Class: Aws::CloudDirectory::Types::TypedLinkAttributeRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::TypedLinkAttributeRange
- Includes:
- Structure
- Defined in:
- 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
-
#attribute_name ⇒ String
The unique name of the typed link attribute.
-
#range ⇒ Types::TypedAttributeValueRange
The range of attribute values that are being selected.
Instance Attribute Details
#attribute_name ⇒ String
The unique name of the typed link attribute.
5111 5112 5113 5114 5115 5116 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5111 class TypedLinkAttributeRange < Struct.new( :attribute_name, :range) SENSITIVE = [] include Aws::Structure end |
#range ⇒ Types::TypedAttributeValueRange
The range of attribute values that are being selected.
5111 5112 5113 5114 5115 5116 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 5111 class TypedLinkAttributeRange < Struct.new( :attribute_name, :range) SENSITIVE = [] include Aws::Structure end |