Class: Aws::CloudDirectory::Types::ListIncomingTypedLinksResponse

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

Returns one or more typed link specifiers as output.

Returns:



3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3742

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

#next_tokenString

The pagination token.

Returns:

  • (String)


3742
3743
3744
3745
3746
3747
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3742

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