Class: Aws::Glacier::Types::DataRetrievalPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glacier::Types::DataRetrievalPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glacier/types.rb
Overview
Data retrieval policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rules ⇒ Array<Types::DataRetrievalRule>
The policy rule.
Instance Attribute Details
#rules ⇒ Array<Types::DataRetrievalRule>
The policy rule. Although this is a list type, currently there must be only one rule, which contains a Strategy field and optionally a BytesPerHour field.
332 333 334 335 336 |
# File 'lib/aws-sdk-glacier/types.rb', line 332 class DataRetrievalPolicy < Struct.new( :rules) SENSITIVE = [] include Aws::Structure end |