Class: Aws::Types::Facet
- Inherits:
-
Object
- Object
- Aws::Types::Facet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#facet_style ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute facet_style.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#object_type ⇒ "NODE", ...
Returns the value of attribute object_type.
Instance Attribute Details
#facet_style ⇒ "STATIC", "DYNAMIC"
Returns the value of attribute facet_style.
782 783 784 |
# File 'sig/types.rbs', line 782 def facet_style @facet_style end |
#name ⇒ ::String
Returns the value of attribute name.
780 781 782 |
# File 'sig/types.rbs', line 780 def name @name end |
#object_type ⇒ "NODE", ...
Returns the value of attribute object_type.
781 782 783 |
# File 'sig/types.rbs', line 781 def object_type @object_type end |