Class: Aws::Types::UserPausedDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_expires_at::Time

Returns the value of attribute job_expires_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


2032
2033
2034
# File 'sig/types.rbs', line 2032

def job_paused_at
  @job_paused_at
end