Class: Aws::Types::Observations
- Inherits:
-
Object
- Object
- Aws::Types::Observations
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#number ⇒ ::Array[::Integer]
Returns the value of attribute number.
-
#text ⇒ ::Array[::String]
Returns the value of attribute text.
Instance Attribute Details
#number ⇒ ::Array[::Integer]
Returns the value of attribute number.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def number @number end |
#text ⇒ ::Array[::String]
Returns the value of attribute text.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def text @text end |