Class: Aws::Glacier::Types::DataRetrievalPolicy

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

Overview

Data retrieval policy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rulesArray<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.

Returns:



332
333
334
335
336
# File 'gems/aws-sdk-glacier/lib/aws-sdk-glacier/types.rb', line 332

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