Class: Aws::Types::ApplicationStatusDetail
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationStatusDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation ⇒ "included", "excluded"
Returns the value of attribute aggregation.
-
#application_status_check_id ⇒ ::String
Returns the value of attribute application_status_check_id.
-
#check_update_time ⇒ ::Time
Returns the value of attribute check_update_time.
-
#reason ⇒ Types::ApplicationStatusReason
Returns the value of attribute reason.
-
#status ⇒ "passed", ...
Returns the value of attribute status.
-
#status_since ⇒ ::Time
Returns the value of attribute status_since.
-
#status_time_stamp ⇒ ::Time
Returns the value of attribute status_time_stamp.
Instance Attribute Details
#aggregation ⇒ "included", "excluded"
Returns the value of attribute aggregation.
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.
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.
494 495 496 |
# File 'sig/types.rbs', line 494 def check_update_time @check_update_time end |
#reason ⇒ Types::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.
496 497 498 |
# File 'sig/types.rbs', line 496 def status @status end |
#status_since ⇒ ::Time
Returns the value of attribute status_since.
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.
497 498 499 |
# File 'sig/types.rbs', line 497 def status_time_stamp @status_time_stamp end |