Class: Aws::CloudDirectory::Types::ListTypedLinkFacetNamesResponse

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

#facet_namesArray<String>

The names of typed link facets that exist within the schema.

Returns:

  • (Array<String>)


4414
4415
4416
4417
4418
4419
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4414

class ListTypedLinkFacetNamesResponse < Struct.new(
  :facet_names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token.

Returns:

  • (String)


4414
4415
4416
4417
4418
4419
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4414

class ListTypedLinkFacetNamesResponse < Struct.new(
  :facet_names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end