Class: Aws::Types::Check

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def id
  @id
end

#impaired_since::Time

Returns the value of attribute impaired_since.

Returns:

  • (::Time)


28
29
30
# File 'sig/types.rbs', line 28

def impaired_since
  @impaired_since
end

#result"PASSED", ...

Returns the value of attribute result.

Returns:

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


27
28
29
# File 'sig/types.rbs', line 27

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


25
26
27
# File 'sig/types.rbs', line 25

def type
  @type
end