Class: Aws::EC2::Types::CopySnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CopySnapshotResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshot_id ⇒ String
The ID of the new snapshot.
-
#tags ⇒ Array<Types::Tag>
Any tags applied to the new snapshot.
Instance Attribute Details
#snapshot_id ⇒ String
The ID of the new snapshot.
9331 9332 9333 9334 9335 9336 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9331 class CopySnapshotResult < Struct.new( :tags, :snapshot_id) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Any tags applied to the new snapshot.
9331 9332 9333 9334 9335 9336 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9331 class CopySnapshotResult < Struct.new( :tags, :snapshot_id) SENSITIVE = [] include Aws::Structure end |