Class: Aws::Types::EbsStatusSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#details::Array[Types::EbsStatusDetails]

Returns the value of attribute details.

Returns:



8681
8682
8683
# File 'sig/types.rbs', line 8681

def details
  @details
end

#status"ok", ...

Returns the value of attribute status.

Returns:

  • ("ok", "impaired", "insufficient-data", "not-applicable", "initializing")


8682
8683
8684
# File 'sig/types.rbs', line 8682

def status
  @status
end