Class: Aws::Types::ApplicationStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#details::Array[Types::ApplicationStatusDetail]

Returns the value of attribute details.

Returns:



455
456
457
# File 'sig/types.rbs', line 455

def details
  @details
end

#resume_at::Time

Returns the value of attribute resume_at.

Returns:

  • (::Time)


454
455
456
# File 'sig/types.rbs', line 454

def resume_at
  @resume_at
end

#status"ok", ...

Returns the value of attribute status.

Returns:

  • ("ok", "impaired", "initializing", "insufficient-data", "not-applicable", "suppressed")


451
452
453
# File 'sig/types.rbs', line 451

def status
  @status
end

#status_since::Time

Returns the value of attribute status_since.

Returns:

  • (::Time)


453
454
455
# File 'sig/types.rbs', line 453

def status_since
  @status_since
end

#status_time_stamp::Time

Returns the value of attribute status_time_stamp.

Returns:

  • (::Time)


452
453
454
# File 'sig/types.rbs', line 452

def status_time_stamp
  @status_time_stamp
end