Class: Aws::Glacier::Types::GetDataRetrievalPolicyOutput

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

Overview

Contains the Amazon Glacier response to the ‘GetDataRetrievalPolicy` request.

Instance Attribute Summary collapse

Instance Attribute Details

#policyTypes::DataRetrievalPolicy

Contains the returned data retrieval policy in JSON format.



744
745
746
747
# File 'lib/aws-sdk-glacier/types.rb', line 744

class GetDataRetrievalPolicyOutput < Struct.new(
  :policy)
  include Aws::Structure
end