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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyTypes::DataRetrievalPolicy

Contains the returned data retrieval policy in JSON format.



603
604
605
606
607
# File 'lib/aws-sdk-glacier/types.rb', line 603

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