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)


12269
12270
12271
# File 'sig/types.rbs', line 12269

def impaired_since
  @impaired_since
end

#name"reachability"

Returns the value of attribute name.

Returns:

  • ("reachability")


12270
12271
12272
# File 'sig/types.rbs', line 12270

def name
  @name
end

#status"passed", ...

Returns the value of attribute status.

Returns:

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


12271
12272
12273
# File 'sig/types.rbs', line 12271

def status
  @status
end