Class: Aws::CloudDirectory::Types::BatchListIncomingTypedLinks
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CloudDirectory::Types::BatchListIncomingTypedLinks
 
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object inside a BatchRead operation. For more information, see ListIncomingTypedLinks and BatchReadRequest$Operations.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #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 on the typed link facet, not the order in which 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 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The reference that identifies the object whose attributes will be listed. 
Instance Attribute Details
#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.
| 943 944 945 946 947 948 949 950 951 | # File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 943 class BatchListIncomingTypedLinks < Struct.new( :object_reference, :filter_attribute_ranges, :filter_typed_link, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end | 
#filter_typed_link ⇒ Types::TypedLinkSchemaAndFacetName
Filters are interpreted in the order of the attributes on the typed link facet, not the order in which they are supplied to any API calls.
| 943 944 945 946 947 948 949 950 951 | # File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 943 class BatchListIncomingTypedLinks < Struct.new( :object_reference, :filter_attribute_ranges, :filter_typed_link, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end | 
#max_results ⇒ Integer
The maximum number of results to retrieve.
| 943 944 945 946 947 948 949 950 951 | # File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 943 class BatchListIncomingTypedLinks < Struct.new( :object_reference, :filter_attribute_ranges, :filter_typed_link, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
The pagination token.
| 943 944 945 946 947 948 949 950 951 | # File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 943 class BatchListIncomingTypedLinks < Struct.new( :object_reference, :filter_attribute_ranges, :filter_typed_link, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end | 
#object_reference ⇒ Types::ObjectReference
The reference that identifies the object whose attributes will be listed.
| 943 944 945 946 947 948 949 950 951 | # File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 943 class BatchListIncomingTypedLinks < Struct.new( :object_reference, :filter_attribute_ranges, :filter_typed_link, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |