Class: Aws::CloudDirectory::Types::ListIncomingTypedLinksRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#consistency_levelString

The consistency level to execute the request at.

Returns:

  • (String)


3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3720

class ListIncomingTypedLinksRequest < Struct.new(
  :directory_arn,
  :object_reference,
  :filter_attribute_ranges,
  :filter_typed_link,
  :next_token,
  :max_results,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

#directory_arnString

The Amazon Resource Name (ARN) of the directory where you want to list the typed links.

Returns:

  • (String)


3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3720

class ListIncomingTypedLinksRequest < 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_rangesArray<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.

Returns:



3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3720

class ListIncomingTypedLinksRequest < Struct.new(
  :directory_arn,
  :object_reference,
  :filter_attribute_ranges,
  :filter_typed_link,
  :next_token,
  :max_results,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

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.



3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3720

class ListIncomingTypedLinksRequest < Struct.new(
  :directory_arn,
  :object_reference,
  :filter_attribute_ranges,
  :filter_typed_link,
  :next_token,
  :max_results,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to retrieve.

Returns:

  • (Integer)


3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3720

class ListIncomingTypedLinksRequest < Struct.new(
  :directory_arn,
  :object_reference,
  :filter_attribute_ranges,
  :filter_typed_link,
  :next_token,
  :max_results,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3720

class ListIncomingTypedLinksRequest < Struct.new(
  :directory_arn,
  :object_reference,
  :filter_attribute_ranges,
  :filter_typed_link,
  :next_token,
  :max_results,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

#object_referenceTypes::ObjectReference

Reference that identifies the object whose attributes will be listed.



3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3720

class ListIncomingTypedLinksRequest < Struct.new(
  :directory_arn,
  :object_reference,
  :filter_attribute_ranges,
  :filter_typed_link,
  :next_token,
  :max_results,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end