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.
5838 5839 5840 5841 5842 5843 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5838 class ListFacetAttributesResponse < Struct.new( :attributes, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
5838 5839 5840 5841 5842 5843 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5838 class ListFacetAttributesResponse < Struct.new( :attributes, :next_token) SENSITIVE = [] include Aws::Structure end |