Class: Aws::Types::ConnectorHealth

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connector_status"CONNECTED", ...

Returns the value of attribute connector_status.

Returns:

  • ("CONNECTED", "DEGRADED", "FAILED_TO_CONNECT", "PENDING_AUTHORIZATION", "PENDING_CONFIGURATION", "UNKNOWN")


830
831
832
# File 'sig/types.rbs', line 830

def connector_status
  @connector_status
end

#last_checked_at::Time

Returns the value of attribute last_checked_at.

Returns:

  • (::Time)


831
832
833
# File 'sig/types.rbs', line 831

def last_checked_at
  @last_checked_at
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


832
833
834
# File 'sig/types.rbs', line 832

def message
  @message
end