Class: Aws::Types::WaveAggregatedStatus
- Inherits:
-
Object
- Object
- Aws::Types::WaveAggregatedStatus
- 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.
-
#replication_started_date_time ⇒ ::String
Returns the value of attribute replication_started_date_time.
-
#total_applications ⇒ ::Integer
Returns the value of attribute total_applications.
Instance Attribute Details
#health_status ⇒ "HEALTHY", ...
Returns the value of attribute health_status.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def health_status @health_status end |
#last_update_date_time ⇒ ::String
Returns the value of attribute last_update_date_time.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def last_update_date_time @last_update_date_time end |
#progress_status ⇒ "NOT_STARTED", ...
Returns the value of attribute progress_status.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def progress_status @progress_status end |
#replication_started_date_time ⇒ ::String
Returns the value of attribute replication_started_date_time.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def replication_started_date_time @replication_started_date_time end |
#total_applications ⇒ ::Integer
Returns the value of attribute total_applications.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def total_applications @total_applications end |