Class: Aws::Types::InstanceHealthCheckResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_status_change::Time

Returns the value of attribute last_status_change.

Returns:

  • (::Time)


1385
1386
1387
# File 'sig/types.rbs', line 1385

def last_status_change
  @last_status_change
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def last_updated
  @last_updated
end

#status"OK", ...

Returns the value of attribute status.

Returns:

  • ("OK", "IMPAIRED", "INSUFFICIENT_DATA", "INITIALIZING")


1382
1383
1384
# File 'sig/types.rbs', line 1382

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def status_reason
  @status_reason
end

#type"CONTAINER_RUNTIME", ...

Returns the value of attribute type.

Returns:

  • ("CONTAINER_RUNTIME", "ACCELERATED_COMPUTE", "DAEMON", "AGENT_CONNECTIVITY")


1381
1382
1383
# File 'sig/types.rbs', line 1381

def type
  @type
end