Class: Aws::CloudDirectory::Types::ListTypedLinkFacetAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListTypedLinkFacetAttributesResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::TypedLinkAttributeDefinition>
An ordered set of attributes associate with the typed link.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#attributes ⇒ Array<Types::TypedLinkAttributeDefinition>
An ordered set of attributes associate with the typed link.
4374 4375 4376 4377 4378 4379 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4374 class ListTypedLinkFacetAttributesResponse < Struct.new( :attributes, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
4374 4375 4376 4377 4378 4379 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4374 class ListTypedLinkFacetAttributesResponse < Struct.new( :attributes, :next_token) SENSITIVE = [] include Aws::Structure end |