Class: Aws::Types::PromptVariableValues
- Inherits:
-
Object
- Object
- Aws::Types::PromptVariableValues
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#text ⇒ ::String
Returns the value of attribute text.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#text ⇒ ::String
Returns the value of attribute text.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def text @text end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def unknown @unknown end |