Class: Aws::CloudDirectory::Types::BatchListIncomingTypedLinksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::BatchListIncomingTypedLinksResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Represents the output of a ListIncomingTypedLinks response operation.
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.
965 966 967 968 969 970 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 965 class BatchListIncomingTypedLinksResponse < Struct.new( :link_specifiers, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
965 966 967 968 969 970 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 965 class BatchListIncomingTypedLinksResponse < Struct.new( :link_specifiers, :next_token) SENSITIVE = [] include Aws::Structure end |