Class: Aws::CloudDirectory::Types::RemoveFacetFromObjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::RemoveFacetFromObjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_arn ⇒ String
The ARN of the directory in which the object resides.
-
#object_reference ⇒ Types::ObjectReference
A reference to the object to remove the facet from.
-
#schema_facet ⇒ Types::SchemaFacet
The facet to remove.
Instance Attribute Details
#directory_arn ⇒ String
The ARN of the directory in which the object resides.
4815 4816 4817 4818 4819 4820 4821 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4815 class RemoveFacetFromObjectRequest < Struct.new( :directory_arn, :schema_facet, :object_reference) SENSITIVE = [] include Aws::Structure end |
#object_reference ⇒ Types::ObjectReference
A reference to the object to remove the facet from.
4815 4816 4817 4818 4819 4820 4821 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4815 class RemoveFacetFromObjectRequest < Struct.new( :directory_arn, :schema_facet, :object_reference) SENSITIVE = [] include Aws::Structure end |
#schema_facet ⇒ Types::SchemaFacet
The facet to remove. See SchemaFacet for details.
4815 4816 4817 4818 4819 4820 4821 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4815 class RemoveFacetFromObjectRequest < Struct.new( :directory_arn, :schema_facet, :object_reference) SENSITIVE = [] include Aws::Structure end |