Class: Aws::CloudDirectory::Types::ListFacetNamesResponse

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 facets that exist within the schema.

Returns:

  • (Array<String>)


3676
3677
3678
3679
3680
3681
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3676

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

#next_tokenString

The pagination token.

Returns:

  • (String)


3676
3677
3678
3679
3680
3681
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3676

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