Class: Aws::CloudDirectory::Types::ListIncomingTypedLinksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListIncomingTypedLinksResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#link_specifiers ⇒ Array<Types::TypedLinkSpecifier>
Returns one or more typed link specifiers as output.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#link_specifiers ⇒ Array<Types::TypedLinkSpecifier>
Returns one or more typed link specifiers as output.
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_token ⇒ String
The pagination token.
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 |