Class: Aws::CloudDirectory::Types::FacetAttributeReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::FacetAttributeReference
- 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
-
#target_attribute_name ⇒ String
The target attribute name that is associated with the facet reference.
-
#target_facet_name ⇒ String
The target facet name that is associated with the facet reference.
Instance Attribute Details
#target_attribute_name ⇒ String
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
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_name ⇒ String
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
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 |