Class: Aws::CloudDirectory::Types::BatchListIncomingTypedLinksResponse

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

Overview

Represents the output of a ListIncomingTypedLinks response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

Returns one or more typed link specifiers as output.

Returns:



965
966
967
968
969
970
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 965

class BatchListIncomingTypedLinksResponse < Struct.new(
  :link_specifiers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


965
966
967
968
969
970
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 965

class BatchListIncomingTypedLinksResponse < Struct.new(
  :link_specifiers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end