You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CloudDirectory::Types::Facet
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::Facet
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#facet_style ⇒ String
There are two different styles that you can define on any given facet,
StaticandDynamic. -
#name ⇒ String
The name of the Facet.
-
#object_type ⇒ String
The object type that is associated with the facet.
Instance Attribute Details
#facet_style ⇒ String
There are two different styles that you can define on any given facet,
Static and Dynamic. For static facets, all attributes must be
defined in the schema. For dynamic facets, attributes can be defined
during data plane operations.
Possible values:
- STATIC
- DYNAMIC
#name ⇒ String
The name of the Facet.
#object_type ⇒ String
The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.
Possible values:
- NODE
- LEAF_NODE
- POLICY
- INDEX