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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-clouddirectory/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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.

[1]: docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_attributereferences.html

Returns:

  • (String)


2837
2838
2839
2840
2841
2842
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2837

class FacetAttributeReference < Struct.new(
  :target_facet_name,
  :target_attribute_name)
  SENSITIVE = []
  include Aws::Structure
end

#target_facet_nameString

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

[1]: docs.aws.amazon.com/clouddirectory/latest/developerguide/schemas_attributereferences.html

Returns:

  • (String)


2837
2838
2839
2840
2841
2842
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2837

class FacetAttributeReference < Struct.new(
  :target_facet_name,
  :target_attribute_name)
  SENSITIVE = []
  include Aws::Structure
end