Class: Aws::EC2::Types::CreateSnapshotsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateSnapshotsResult
- Defined in:
- gems/aws-sdk-ec2/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.
14097 14098 14099 14100 14101 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14097 class CreateSnapshotsResult < Struct.new( :snapshots) SENSITIVE = [] include Aws::Structure end |