Class: Aws::Types::ContextDetails
- Inherits:
-
Object
- Object
- Aws::Types::ContextDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
-
#replay_children ⇒ Boolean
Returns the value of attribute replay_children.
-
#result ⇒ ::String
Returns the value of attribute result.
Instance Attribute Details
#error ⇒ Types::ErrorObject
Returns the value of attribute error.
311 312 313 |
# File 'sig/types.rbs', line 311 def error @error end |
#replay_children ⇒ Boolean
Returns the value of attribute replay_children.
309 310 311 |
# File 'sig/types.rbs', line 309 def replay_children @replay_children end |
#result ⇒ ::String
Returns the value of attribute result.
310 311 312 |
# File 'sig/types.rbs', line 310 def result @result end |