Class: Aws::Types::ApplicationAggregatedStatus

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")


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.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::Integer)


35
36
37
# File 'sig/types.rbs', line 35

def total_source_servers
  @total_source_servers
end