class Aws::Snowball::Types::KeyRange
Contains a key range. For export jobs, a `S3Resource` object can have an optional `KeyRange` value. The length of the range is defined at job creation, and has either an inclusive `BeginMarker`, an inclusive `EndMarker`, or both. Ranges are UTF-8 binary sorted.
@note When making an API call, you may pass KeyRange
data as a hash: { begin_marker: "String", end_marker: "String", }
@!attribute [rw] begin_marker
The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted. @return [String]
@!attribute [rw] end_marker
The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/snowball-2016-06-30/KeyRange AWS API Documentation
Constants
- SENSITIVE