Class: Aws::EC2::Types::CreateSnapshotsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateSnapshotsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#snapshots ⇒ Array<Types::SnapshotInfo>
List of snapshots.
Instance Attribute Details
#snapshots ⇒ Array<Types::SnapshotInfo>
List of snapshots.
11651 11652 11653 11654 11655 |
# File 'lib/aws-sdk-ec2/types.rb', line 11651 class CreateSnapshotsResult < Struct.new( :snapshots) SENSITIVE = [] include Aws::Structure end |