class Aws::CloudDirectory::Types::AttributeKey

A unique identifier for an attribute.

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

data as a hash:

    {
      schema_arn: "Arn", # required
      facet_name: "FacetName", # required
      name: "AttributeName", # required
    }

@!attribute [rw] schema_arn

The Amazon Resource Name (ARN) of the schema that contains the facet
and attribute.
@return [String]

@!attribute [rw] facet_name

The name of the facet that the attribute exists within.
@return [String]

@!attribute [rw] name

The name of the attribute.
@return [String]

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

Constants

SENSITIVE