Class: Aws::Types::RuntimeDetails
- Inherits:
-
Object
- Object
- Aws::Types::RuntimeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ Types::RuntimeContext
Returns the value of attribute context.
-
#process ⇒ Types::ProcessDetails
Returns the value of attribute process.
Instance Attribute Details
#context ⇒ Types::RuntimeContext
Returns the value of attribute context.
2710 2711 2712 |
# File 'sig/types.rbs', line 2710 def context @context end |
#process ⇒ Types::ProcessDetails
Returns the value of attribute process.
2709 2710 2711 |
# File 'sig/types.rbs', line 2709 def process @process end |