Class: Aws::Types::ServiceJobAttemptDetail
- Inherits:
-
Object
- Object
- Aws::Types::ServiceJobAttemptDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#service_resource_id ⇒ Types::ServiceResourceId
Returns the value of attribute service_resource_id.
-
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
Instance Attribute Details
#service_resource_id ⇒ Types::ServiceResourceId
Returns the value of attribute service_resource_id.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def service_resource_id @service_resource_id end |
#started_at ⇒ ::Integer
Returns the value of attribute started_at.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def started_at @started_at end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def status_reason @status_reason end |
#stopped_at ⇒ ::Integer
Returns the value of attribute stopped_at.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def stopped_at @stopped_at end |