Class: Aws::CloudDirectory::Types::DeleteFacetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DeleteFacetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the facet to delete.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Facet.
Instance Attribute Details
#name ⇒ String
The name of the facet to delete.
2360 2361 2362 2363 2364 2365 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2360 class DeleteFacetRequest < Struct.new( :schema_arn, :name) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Facet. For more information, see arns.
2360 2361 2362 2363 2364 2365 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2360 class DeleteFacetRequest < Struct.new( :schema_arn, :name) SENSITIVE = [] include Aws::Structure end |