Class: Aws::CloudDirectory::Types::TypedAttributeValueRange

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

Overview

A range of attribute values. For more information, see Range Filters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_modeString

The inclusive or exclusive range end.

Returns:

  • (String)


5050
5051
5052
5053
5054
5055
5056
5057
# File 'gems/aws-sdk-clouddirectory/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_valueTypes::TypedAttributeValue

The attribute value to terminate the range at.



5050
5051
5052
5053
5054
5055
5056
5057
# File 'gems/aws-sdk-clouddirectory/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_modeString

The inclusive or exclusive range start.

Returns:

  • (String)


5050
5051
5052
5053
5054
5055
5056
5057
# File 'gems/aws-sdk-clouddirectory/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_valueTypes::TypedAttributeValue

The value to start the range at.



5050
5051
5052
5053
5054
5055
5056
5057
# File 'gems/aws-sdk-clouddirectory/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