Class: Aws::CloudDirectory::Types::ListFacetAttributesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListFacetAttributesResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Array<Types::FacetAttribute>
The attributes attached to the facet.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#attributes ⇒ Array<Types::FacetAttribute>
The attributes attached to the facet.
3637 3638 3639 3640 3641 3642 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3637 class ListFacetAttributesResponse < Struct.new( :attributes, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
3637 3638 3639 3640 3641 3642 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3637 class ListFacetAttributesResponse < Struct.new( :attributes, :next_token) SENSITIVE = [] include Aws::Structure end |