Class: Aws::EC2::Types::CopySnapshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CopySnapshotResult
- Includes:
- Structure
- Defined in:
- 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.
6646 6647 6648 6649 6650 6651 |
# File 'lib/aws-sdk-ec2/types.rb', line 6646 class CopySnapshotResult < Struct.new( :snapshot_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Any tags applied to the new snapshot.
6646 6647 6648 6649 6650 6651 |
# File 'lib/aws-sdk-ec2/types.rb', line 6646 class CopySnapshotResult < Struct.new( :snapshot_id, :tags) SENSITIVE = [] include Aws::Structure end |