Class: Aws::CloudDirectory::Types::ObjectAttributeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ObjectAttributeRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
A range of attributes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_key ⇒ Types::AttributeKey
The key of the attribute that the attribute range covers.
-
#range ⇒ Types::TypedAttributeValueRange
The range of attribute values being selected.
Instance Attribute Details
#attribute_key ⇒ Types::AttributeKey
The key of the attribute that the attribute range covers.
4561 4562 4563 4564 4565 4566 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4561 class ObjectAttributeRange < Struct.new( :attribute_key, :range) SENSITIVE = [] include Aws::Structure end |
#range ⇒ Types::TypedAttributeValueRange
The range of attribute values being selected.
4561 4562 4563 4564 4565 4566 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4561 class ObjectAttributeRange < Struct.new( :attribute_key, :range) SENSITIVE = [] include Aws::Structure end |