Class: Aws::CloudDirectory::Types::ListTypedLinkFacetAttributesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<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_tokenString

The pagination token.

Returns:

  • (String)


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