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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 'lib/aws-sdk-clouddirectory/types.rb', line 3676

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