Class: Aws::Types::InstanceStatusDetails

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)


12051
12052
12053
# File 'sig/types.rbs', line 12051

def impaired_since
  @impaired_since
end

#name"reachability"

Returns the value of attribute name.

Returns:

  • ("reachability")


12052
12053
12054
# File 'sig/types.rbs', line 12052

def name
  @name
end

#status"passed", ...

Returns the value of attribute status.

Returns:

  • ("passed", "failed", "insufficient-data", "initializing")


12053
12054
12055
# File 'sig/types.rbs', line 12053

def status
  @status
end