Class: Aws::CloudDirectory::Types::BatchListOutgoingTypedLinksResponse

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

Overview

Represents the output of a ListOutgoingTypedLinks response operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token.

Returns:

  • (String)


1313
1314
1315
1316
1317
1318
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1313

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

Returns a typed link specifier as output.

Returns:



1313
1314
1315
1316
1317
1318
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 1313

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