Class: Aws::Types::ApplicationStatusDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation"included", "excluded"

Returns the value of attribute aggregation.

Returns:

  • ("included", "excluded")


495
496
497
# File 'sig/types.rbs', line 495

def aggregation
  @aggregation
end

#application_status_check_id::String

Returns the value of attribute application_status_check_id.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def application_status_check_id
  @application_status_check_id
end

#check_update_time::Time

Returns the value of attribute check_update_time.

Returns:

  • (::Time)


494
495
496
# File 'sig/types.rbs', line 494

def check_update_time
  @check_update_time
end

#reasonTypes::ApplicationStatusReason

Returns the value of attribute reason.



499
500
501
# File 'sig/types.rbs', line 499

def reason
  @reason
end

#status"passed", ...

Returns the value of attribute status.

Returns:

  • ("passed", "failed", "initializing", "insufficient-data", "not-applicable")


496
497
498
# File 'sig/types.rbs', line 496

def status
  @status
end

#status_since::Time

Returns the value of attribute status_since.

Returns:

  • (::Time)


498
499
500
# File 'sig/types.rbs', line 498

def status_since
  @status_since
end

#status_time_stamp::Time

Returns the value of attribute status_time_stamp.

Returns:

  • (::Time)


497
498
499
# File 'sig/types.rbs', line 497

def status_time_stamp
  @status_time_stamp
end