Class: Aws::CloudDirectory::Types::FacetAttributeReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::FacetAttributeReference
- 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
-
#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.
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_name ⇒ String
The target facet name that is associated with the facet reference. See Attribute References for more information.
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 |