Class: Aws::CloudDirectory::Types::BatchListOutgoingTypedLinks

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

Overview

Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object inside a BatchRead operation. For more information, see ListOutgoingTypedLinks and BatchReadRequest$Operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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:



1291
1292
1293
1294
1295
1296
1297
1298
1299
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1291

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

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.



1291
1292
1293
1294
1295
1296
1297
1298
1299
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1291

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

#max_resultsInteger

The maximum number of results to retrieve.

Returns:

  • (Integer)


1291
1292
1293
1294
1295
1296
1297
1298
1299
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1291

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

#next_tokenString

The pagination token.

Returns:

  • (String)


1291
1292
1293
1294
1295
1296
1297
1298
1299
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1291

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

#object_referenceTypes::ObjectReference

The reference that identifies the object whose attributes will be listed.



1291
1292
1293
1294
1295
1296
1297
1298
1299
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1291

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