Class: Aws::CloudDirectory::Types::DeleteTypedLinkFacetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DeleteTypedLinkFacetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The unique name of the typed link facet.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the schema.
Instance Attribute Details
#name ⇒ String
The unique name of the typed link facet.
2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2430 class DeleteTypedLinkFacetRequest < Struct.new( :schema_arn, :name) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2430 class DeleteTypedLinkFacetRequest < Struct.new( :schema_arn, :name) SENSITIVE = [] include Aws::Structure end |