You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudDirectory::Types::SchemaFacet
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::SchemaFacet
- Defined in:
- (unknown)
Overview
Note:
When passing SchemaFacet as input to an Aws::Client method, you can use a vanilla Hash:
{
schema_arn: "Arn",
facet_name: "FacetName",
}
A facet.
Returned by:
- AddFacetToObjectRequest#schema_facet
- BatchAddFacetToObject#schema_facet
- BatchGetObjectAttributes#schema_facet
- BatchListObjectAttributes#facet_filter
- BatchRemoveFacetFromObject#schema_facet
- GetObjectAttributesRequest#schema_facet
- ListObjectAttributesRequest#facet_filter
- RemoveFacetFromObjectRequest#schema_facet
Instance Attribute Summary collapse
-
#facet_name ⇒ String
The name of the facet.
-
#schema_arn ⇒ String
The ARN of the schema that contains the facet with no minor component.
Instance Attribute Details
#facet_name ⇒ String
The name of the facet.
#schema_arn ⇒ String
The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.