Class: Aws::CloudDirectory::Types::ListTypedLinkFacetAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::ListTypedLinkFacetAttributesRequest
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to retrieve.
-
#name ⇒ String
The unique name of the typed link facet.
-
#next_token ⇒ String
The pagination token.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the schema.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to retrieve.
4355 4356 4357 4358 4359 4360 4361 4362 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4355 class ListTypedLinkFacetAttributesRequest < Struct.new( :schema_arn, :name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The unique name of the typed link facet.
4355 4356 4357 4358 4359 4360 4361 4362 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4355 class ListTypedLinkFacetAttributesRequest < Struct.new( :schema_arn, :name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token.
4355 4356 4357 4358 4359 4360 4361 4362 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4355 class ListTypedLinkFacetAttributesRequest < Struct.new( :schema_arn, :name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
4355 4356 4357 4358 4359 4360 4361 4362 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4355 class ListTypedLinkFacetAttributesRequest < Struct.new( :schema_arn, :name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |