class Aws::CloudDirectory::Types::SchemaFacet

A facet.

@note When making an API call, you may pass SchemaFacet

data as a hash:

    {
      schema_arn: "Arn",
      facet_name: "FacetName",
    }

@!attribute [rw] schema_arn

The ARN of the schema that contains the facet with no minor
component. See arns and [In-Place Schema Upgrade][1] for a
description of when to provide minor versions. If this value is set,
FacetName must also be set.

[1]: https://docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_inplaceschemaupgrade.html
@return [String]

@!attribute [rw] facet_name

The name of the facet. If this value is set, SchemaArn must also be
set.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/SchemaFacet AWS API Documentation

Constants

SENSITIVE