Class: Aws::CloudDirectory::Types::ObjectAttributeRange

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

A range of attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_keyTypes::AttributeKey

The key of the attribute that the attribute range covers.

Returns:



4561
4562
4563
4564
4565
4566
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4561

class ObjectAttributeRange < Struct.new(
  :attribute_key,
  :range)
  SENSITIVE = []
  include Aws::Structure
end

#rangeTypes::TypedAttributeValueRange

The range of attribute values being selected.



4561
4562
4563
4564
4565
4566
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4561

class ObjectAttributeRange < Struct.new(
  :attribute_key,
  :range)
  SENSITIVE = []
  include Aws::Structure
end