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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/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.

Returns:

  • (String)


2837
2838
2839
2840
2841
2842
# File 'gems/aws-sdk-clouddirectory/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.

Returns:

  • (String)


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

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