Class: Aws::CloudDirectory::Types::SchemaFacet
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::SchemaFacet
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
A facet.
Constant Summary collapse
- SENSITIVE =
[]
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. If this value is set, SchemaArn must also be set.
4927 4928 4929 4930 4931 4932 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4927 class SchemaFacet < Struct.new( :schema_arn, :facet_name) SENSITIVE = [] include Aws::Structure end |
#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. If this value is set, FacetName must also be set.
4927 4928 4929 4930 4931 4932 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4927 class SchemaFacet < Struct.new( :schema_arn, :facet_name) SENSITIVE = [] include Aws::Structure end |