Class: Aws::Types::FacetAttribute
- Inherits:
-
Object
- Object
- Aws::Types::FacetAttribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_definition ⇒ Types::FacetAttributeDefinition
Returns the value of attribute attribute_definition.
-
#attribute_reference ⇒ Types::FacetAttributeReference
Returns the value of attribute attribute_reference.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#required_behavior ⇒ "REQUIRED_ALWAYS", "NOT_REQUIRED"
Returns the value of attribute required_behavior.
Instance Attribute Details
#attribute_definition ⇒ Types::FacetAttributeDefinition
Returns the value of attribute attribute_definition.
793 794 795 |
# File 'sig/types.rbs', line 793 def attribute_definition @attribute_definition end |
#attribute_reference ⇒ Types::FacetAttributeReference
Returns the value of attribute attribute_reference.
794 795 796 |
# File 'sig/types.rbs', line 794 def attribute_reference @attribute_reference end |
#name ⇒ ::String
Returns the value of attribute name.
792 793 794 |
# File 'sig/types.rbs', line 792 def name @name end |
#required_behavior ⇒ "REQUIRED_ALWAYS", "NOT_REQUIRED"
Returns the value of attribute required_behavior.
795 796 797 |
# File 'sig/types.rbs', line 795 def required_behavior @required_behavior end |