class Aws::Glacier::Types::DataRetrievalPolicy

Data retrieval policy.

@note When making an API call, you may pass DataRetrievalPolicy

data as a hash:

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

@!attribute [rw] rules

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.
@return [Array<Types::DataRetrievalRule>]

Constants

SENSITIVE