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.
11626 11627 11628 11629 11630 |
# File 'lib/aws-sdk-ec2/types.rb', line 11626 class CreateSnapshotsResult < Struct.new( :snapshots) SENSITIVE = [] include Aws::Structure end |