Class: Aws::Types::Indicator
- Inherits:
-
Object
- Object
- Aws::Types::Indicator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
6233 6234 6235 |
# File 'sig/types.rbs', line 6233 def key @key end |
#title ⇒ ::String
Returns the value of attribute title.
6235 6236 6237 |
# File 'sig/types.rbs', line 6235 def title @title end |
#type ⇒ ::String
Returns the value of attribute type.
6236 6237 6238 |
# File 'sig/types.rbs', line 6236 def type @type end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
6234 6235 6236 |
# File 'sig/types.rbs', line 6234 def values @values end |