Class: Aws::Types::WaveAggregatedStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#health_status ⇒ "HEALTHY", ...

Returns the value of attribute health_status.

Returns:

  • ("HEALTHY", "LAGGING", "ERROR")


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.

Returns:

  • (::String)


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.

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "COMPLETED")


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


2218
2219
2220
# File 'sig/types.rbs', line 2218

def total_applications
  @total_applications
end