Class: Aws::Types::FacetAttributeReference
- Inherits:
-
Object
- Object
- Aws::Types::FacetAttributeReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#target_attribute_name ⇒ ::String
Returns the value of attribute target_attribute_name.
-
#target_facet_name ⇒ ::String
Returns the value of attribute target_facet_name.
Instance Attribute Details
#target_attribute_name ⇒ ::String
Returns the value of attribute target_attribute_name.
809 810 811 |
# File 'sig/types.rbs', line 809 def target_attribute_name @target_attribute_name end |
#target_facet_name ⇒ ::String
Returns the value of attribute target_facet_name.
808 809 810 |
# File 'sig/types.rbs', line 808 def target_facet_name @target_facet_name end |