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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 'lib/aws-sdk-clouddirectory/types.rb', line 1313

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