You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudDirectory::Types::FacetAttributeReference

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FacetAttributeReference as input to an Aws::Client method, you can use a vanilla Hash:

{
  target_facet_name: "FacetName", # required
  target_attribute_name: "AttributeName", # required
}

The facet attribute reference that specifies the attribute definition that contains the attribute facet name and attribute name.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#target_attribute_nameString

The target attribute name that is associated with the facet reference. See Attribute References for more information.

Returns:

  • (String)

    The target attribute name that is associated with the facet reference.

#target_facet_nameString

The target facet name that is associated with the facet reference. See Attribute References for more information.

Returns:

  • (String)

    The target facet name that is associated with the facet reference.