Class: Aws::Types::InvocationCompletedDetails
- Inherits:
-
Object
- Object
- Aws::Types::InvocationCompletedDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
-
#error ⇒ Types::EventError
Returns the value of attribute error.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
Instance Attribute Details
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def @end_timestamp end |
#error ⇒ Types::EventError
Returns the value of attribute error.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def error @error end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def request_id @request_id end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def @start_timestamp end |