Class: Aws::Glacier::Types::GetDataRetrievalPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::GetDataRetrievalPolicyOutput
- Defined in:
- gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb
Overview
Contains the Amazon Glacier response to the GetDataRetrievalPolicy
request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::DataRetrievalPolicy
Contains the returned data retrieval policy in JSON format.
Instance Attribute Details
#policy ⇒ Types::DataRetrievalPolicy
Contains the returned data retrieval policy in JSON format.
602 603 604 605 606 |
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 602 class GetDataRetrievalPolicyOutput < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |