Class: Aws::EC2::Types::DescribeLockedSnapshotsResult

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

#next_tokenString

The token to include in another request to get the next page of items. This value is ‘null` when there are no more items to return.

Returns:

  • (String)


22097
22098
22099
22100
22101
22102
# File 'lib/aws-sdk-ec2/types.rb', line 22097

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

#snapshotsArray<Types::LockedSnapshotsInfo>

Information about the snapshots.

Returns:



22097
22098
22099
22100
22101
22102
# File 'lib/aws-sdk-ec2/types.rb', line 22097

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