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

Class: Aws::Snowball::Types::KeyRange

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

Overview

Note:

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

{
  begin_marker: "String",
  end_marker: "String",
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#begin_markerString

The key that starts an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

Returns:

  • (String)

    The key that starts an optional key range for an export job.

#end_markerString

The key that ends an optional key range for an export job. Ranges are inclusive and UTF-8 binary sorted.

Returns:

  • (String)

    The key that ends an optional key range for an export job.