Class: Aws::CloudDirectory::Types::TypedLinkAttributeRange

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

Overview

Identifies the range of attributes that are used by a specified filter.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The unique name of the typed link attribute.

Returns:

  • (String)


5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5111

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

#rangeTypes::TypedAttributeValueRange

The range of attribute values that are being selected.



5111
5112
5113
5114
5115
5116
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5111

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