Class: Aws::Types::ConnectorCheck

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#impaired_since::Time

Returns the value of attribute impaired_since.

Returns:

  • (::Time)


56
57
58
# File 'sig/types.rbs', line 56

def impaired_since
  @impaired_since
end

#last_check_attempt::Time

Returns the value of attribute last_check_attempt.

Returns:

  • (::Time)


55
56
57
# File 'sig/types.rbs', line 55

def last_check_attempt
  @last_check_attempt
end

#result"PASSED", ...

Returns the value of attribute result.

Returns:

  • ("PASSED", "FAILED", "UNKNOWN")


54
55
56
# File 'sig/types.rbs', line 54

def result
  @result
end

#type"KEY_REUSE", ...

Returns the value of attribute type.

Returns:

  • ("KEY_REUSE", "KEY_COVERAGE", "REACHABILITY", "HOST_COUNT", "VCENTER_REACHABILITY", "VCENTER_VM_SYNC", "VCENTER_VM_EVENT", "OPERATIONS_MANAGER_REACHABILITY", "SDDC_MANAGER_REACHABILITY", "SDDC_MANAGER_HOST_COUNT", "SDDC_MANAGER_KEY_COVERAGE", "SDDC_MANAGER_KEY_REUSE", "CONNECTOR_HEALTH")


53
54
55
# File 'sig/types.rbs', line 53

def type
  @type
end