Class: Aws::CloudDirectory::Types::ListFacetNamesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListFacetNamesResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#facet_names ⇒ Array<String>
The names of facets that exist within the schema.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#facet_names ⇒ Array<String>
The names of facets that exist within the schema.
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_token ⇒ String
The pagination token.
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 |