Class: Aws::Types::InsightField
- Inherits:
-
Object
- Object
- Aws::Types::InsightField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "text", "metric"
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def name @name end |
#type ⇒ "text", "metric"
Returns the value of attribute type.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def value @value end |