Class: Aws::Types::ApplicationAggregatedStatus
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationAggregatedStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#health_status ⇒ "HEALTHY", ...
Returns the value of attribute health_status.
-
#last_update_date_time ⇒ ::String
Returns the value of attribute last_update_date_time.
-
#progress_status ⇒ "NOT_STARTED", ...
Returns the value of attribute progress_status.
-
#total_source_servers ⇒ ::Integer
Returns the value of attribute total_source_servers.
Instance Attribute Details
#health_status ⇒ "HEALTHY", ...
Returns the value of attribute health_status.
33 34 35 |
# File 'sig/types.rbs', line 33 def health_status @health_status end |
#last_update_date_time ⇒ ::String
Returns the value of attribute last_update_date_time.
32 33 34 |
# File 'sig/types.rbs', line 32 def last_update_date_time @last_update_date_time end |
#progress_status ⇒ "NOT_STARTED", ...
Returns the value of attribute progress_status.
34 35 36 |
# File 'sig/types.rbs', line 34 def progress_status @progress_status end |
#total_source_servers ⇒ ::Integer
Returns the value of attribute total_source_servers.
35 36 37 |
# File 'sig/types.rbs', line 35 def total_source_servers @total_source_servers end |