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
show all
Defined in:
(unknown)

Overview

A structure that contains Name, ARN, Attributes, Rules, and ObjectTypes. See Facets for more information.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#facet_styleString

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

Returns:

  • (String)

    There are two different styles that you can define on any given facet, Static and Dynamic.

#nameString

The name of the Facet.

Returns:

  • (String)

    The name of the Facet.

#object_typeString

The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

Possible values:

  • NODE
  • LEAF_NODE
  • POLICY
  • INDEX

Returns:

  • (String)

    The object type that is associated with the facet.