You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DataRetrievalPolicy as input to an Aws::Client method, you can use a vanilla Hash:

{
  rules: [
    {
      strategy: "string",
      bytes_per_hour: 1,
    },
  ],
}

Data retrieval policy.

Returned by:

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: