Class: Aws::EC2::Types::CreateSnapshotsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshotsArray<Types::SnapshotInfo>

List of snapshots.

Returns:



10528
10529
10530
10531
10532
# File 'lib/aws-sdk-ec2/types.rb', line 10528

class CreateSnapshotsResult < Struct.new(
  :snapshots)
  SENSITIVE = []
  include Aws::Structure
end