Class: Aws::CloudDirectory::Types::ListOutgoingTypedLinksRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListOutgoingTypedLinksRequest
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#consistency_level ⇒ String
The consistency level to execute the request at.
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
-
#filter_attribute_ranges ⇒ Array<Types::TypedLinkAttributeRange>
Provides range filters for multiple attributes.
-
#filter_typed_link ⇒ Types::TypedLinkSchemaAndFacetName
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.
-
#max_results ⇒ Integer
The maximum number of results to retrieve.
-
#next_token ⇒ String
The pagination token.
-
#object_reference ⇒ Types::ObjectReference
A reference that identifies the object whose attributes will be listed.
Instance Attribute Details
#consistency_level ⇒ String
The consistency level to execute the request at.
4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4170 class ListOutgoingTypedLinksRequest < Struct.new( :directory_arn, :object_reference, :filter_attribute_ranges, :filter_typed_link, :next_token, :max_results, :consistency_level) SENSITIVE = [] include Aws::Structure end |
#directory_arn ⇒ String
The Amazon Resource Name (ARN) of the directory where you want to list the typed links.
4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4170 class ListOutgoingTypedLinksRequest < Struct.new( :directory_arn, :object_reference, :filter_attribute_ranges, :filter_typed_link, :next_token, :max_results, :consistency_level) SENSITIVE = [] include Aws::Structure end |
#filter_attribute_ranges ⇒ Array<Types::TypedLinkAttributeRange>
Provides range filters for multiple attributes. When providing ranges to typed link selection, any inexact ranges must be specified at the end. Any attributes that do not have a range specified are presumed to match the entire range.
4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4170 class ListOutgoingTypedLinksRequest < Struct.new( :directory_arn, :object_reference, :filter_attribute_ranges, :filter_typed_link, :next_token, :max_results, :consistency_level) SENSITIVE = [] include Aws::Structure end |
#filter_typed_link ⇒ Types::TypedLinkSchemaAndFacetName
Filters are interpreted in the order of the attributes defined on the typed link facet, not the order they are supplied to any API calls.
4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4170 class ListOutgoingTypedLinksRequest < Struct.new( :directory_arn, :object_reference, :filter_attribute_ranges, :filter_typed_link, :next_token, :max_results, :consistency_level) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to retrieve.
4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4170 class ListOutgoingTypedLinksRequest < Struct.new( :directory_arn, :object_reference, :filter_attribute_ranges, :filter_typed_link, :next_token, :max_results, :consistency_level) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4170 class ListOutgoingTypedLinksRequest < Struct.new( :directory_arn, :object_reference, :filter_attribute_ranges, :filter_typed_link, :next_token, :max_results, :consistency_level) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
A reference that identifies the object whose attributes will be listed.
4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4170 class ListOutgoingTypedLinksRequest < Struct.new( :directory_arn, :object_reference, :filter_attribute_ranges, :filter_typed_link, :next_token, :max_results, :consistency_level) SENSITIVE = [] include Aws::Structure end |