Class: Aws::Glacier::Types::GetDataRetrievalPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::GetDataRetrievalPolicyOutput
- 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
-
#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.
603 604 605 606 607 |
# File 'lib/aws-sdk-glacier/types.rb', line 603 class GetDataRetrievalPolicyOutput < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |