Class: Aws::CloudDirectory::Types::BatchListOutgoingTypedLinksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListOutgoingTypedLinksResponse
- 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
-
#next_token ⇒ String
The pagination token.
-
#typed_link_specifiers ⇒ Array<Types::TypedLinkSpecifier>
Returns a typed link specifier as output.
Instance Attribute Details
#next_token ⇒ String
The pagination token.
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 |
#typed_link_specifiers ⇒ Array<Types::TypedLinkSpecifier>
Returns a typed link specifier as output.
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 |