Class: Aws::Types::EbsStatusDetails

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)


8674
8675
8676
# File 'sig/types.rbs', line 8674

def impaired_since
  @impaired_since
end

#name"reachability"

Returns the value of attribute name.

Returns:

  • ("reachability")


8675
8676
8677
# File 'sig/types.rbs', line 8675

def name
  @name
end

#status"passed", ...

Returns the value of attribute status.

Returns:

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


8676
8677
8678
# File 'sig/types.rbs', line 8676

def status
  @status
end