class Aws::Glacier::Types::DataRetrievalRule

Data retrieval policy rule.

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

data as a hash:

    {
      strategy: "string",
      bytes_per_hour: 1,
    }

@!attribute [rw] strategy

The type of data retrieval policy to set.

Valid values: BytesPerHour\|FreeTier\|None
@return [String]

@!attribute [rw] bytes_per_hour

The maximum number of bytes that can be retrieved in an hour.

This field is required only if the value of the Strategy field is
`BytesPerHour`. Your PUT operation will be rejected if the Strategy
field is not set to `BytesPerHour` and you set this field.
@return [Integer]

Constants

SENSITIVE