Class: Aws::Types::ExecutionContext
- Inherits:
-
Object
- Object
- Aws::Types::ExecutionContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::String
Returns the value of attribute context.
-
#context_type ⇒ "ERROR", ...
Returns the value of attribute context_type.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#context ⇒ ::String
Returns the value of attribute context.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def context @context end |
#context_type ⇒ "ERROR", ...
Returns the value of attribute context_type.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def context_type @context_type end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def @timestamp end |