Class: Aws::Types::UserPausedDetails
- Inherits:
-
Object
- Object
- Aws::Types::UserPausedDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_expires_at ⇒ ::Time
Returns the value of attribute job_expires_at.
-
#job_imminent_expiration_health_event_arn ⇒ ::String
Returns the value of attribute job_imminent_expiration_health_event_arn.
-
#job_paused_at ⇒ ::Time
Returns the value of attribute job_paused_at.
Instance Attribute Details
#job_expires_at ⇒ ::Time
Returns the value of attribute job_expires_at.
2030 2031 2032 |
# File 'sig/types.rbs', line 2030 def job_expires_at @job_expires_at end |
#job_imminent_expiration_health_event_arn ⇒ ::String
Returns the value of attribute job_imminent_expiration_health_event_arn.
2031 2032 2033 |
# File 'sig/types.rbs', line 2031 def job_imminent_expiration_health_event_arn @job_imminent_expiration_health_event_arn end |
#job_paused_at ⇒ ::Time
Returns the value of attribute job_paused_at.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def job_paused_at @job_paused_at end |