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)


1401
1402
1403
# File 'sig/types.rbs', line 1401

def last_status_change
  @last_status_change
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def last_updated
  @last_updated
end

#status"OK", ...

Returns the value of attribute status.

Returns:

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


1398
1399
1400
# File 'sig/types.rbs', line 1398

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1399
1400
1401
# File 'sig/types.rbs', line 1399

def status_reason
  @status_reason
end

#type"CONTAINER_RUNTIME", ...

Returns the value of attribute type.

Returns:

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


1397
1398
1399
# File 'sig/types.rbs', line 1397

def type
  @type
end