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.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def @end_timestamp end |
#error ⇒ Types::EventError
Returns the value of attribute error.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def error @error end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def request_id @request_id end |
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def @start_timestamp end |