Class: Aws::CloudDirectory::Types::ListTypedLinkFacetNamesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListTypedLinkFacetNamesResponse
- 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 typed link facets that exist within the schema.
-
#next_token ⇒ String
The pagination token.
Instance Attribute Details
#facet_names ⇒ Array<String>
The names of typed link facets that exist within the schema.
4414 4415 4416 4417 4418 4419 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4414 class ListTypedLinkFacetNamesResponse < Struct.new( :facet_names, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
4414 4415 4416 4417 4418 4419 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4414 class ListTypedLinkFacetNamesResponse < Struct.new( :facet_names, :next_token) SENSITIVE = [] include Aws::Structure end |