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.
10979 10980 10981 10982 10983 |
# File 'lib/aws-sdk-ec2/types.rb', line 10979 class CreateSnapshotsResult < Struct.new( :snapshots) SENSITIVE = [] include Aws::Structure end |