Class: Aws::CloudDirectory::Types::TypedAttributeValueRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::TypedAttributeValueRange
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
A range of attribute values. For more information, see [Range Filters].
[1]: docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_range_filters.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_mode ⇒ String
The inclusive or exclusive range end.
-
#end_value ⇒ Types::TypedAttributeValue
The attribute value to terminate the range at.
-
#start_mode ⇒ String
The inclusive or exclusive range start.
-
#start_value ⇒ Types::TypedAttributeValue
The value to start the range at.
Instance Attribute Details
#end_mode ⇒ String
The inclusive or exclusive range end.
5050 5051 5052 5053 5054 5055 5056 5057 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5050 class TypedAttributeValueRange < Struct.new( :start_mode, :start_value, :end_mode, :end_value) SENSITIVE = [] include Aws::Structure end |
#end_value ⇒ Types::TypedAttributeValue
The attribute value to terminate the range at.
5050 5051 5052 5053 5054 5055 5056 5057 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5050 class TypedAttributeValueRange < Struct.new( :start_mode, :start_value, :end_mode, :end_value) SENSITIVE = [] include Aws::Structure end |
#start_mode ⇒ String
The inclusive or exclusive range start.
5050 5051 5052 5053 5054 5055 5056 5057 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5050 class TypedAttributeValueRange < Struct.new( :start_mode, :start_value, :end_mode, :end_value) SENSITIVE = [] include Aws::Structure end |
#start_value ⇒ Types::TypedAttributeValue
The value to start the range at.
5050 5051 5052 5053 5054 5055 5056 5057 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5050 class TypedAttributeValueRange < Struct.new( :start_mode, :start_value, :end_mode, :end_value) SENSITIVE = [] include Aws::Structure end |