Class: Aws::Glacier::Types::ListVaultsOutput

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

Overview

Contains the Amazon Glacier response to your request.

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.

Returns:

  • (String)


2153
2154
2155
2156
2157
# File 'lib/aws-sdk-glacier/types.rb', line 2153

class ListVaultsOutput < Struct.new(
  :vault_list,
  :marker)
  include Aws::Structure
end

#vault_listArray<Types::DescribeVaultOutput>

List of vaults.

Returns:



2153
2154
2155
2156
2157
# File 'lib/aws-sdk-glacier/types.rb', line 2153

class ListVaultsOutput < Struct.new(
  :vault_list,
  :marker)
  include Aws::Structure
end