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:



8892
8893
8894
# File 'sig/types.rbs', line 8892

def details
  @details
end

#status"ok", ...

Returns the value of attribute status.

Returns:

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


8893
8894
8895
# File 'sig/types.rbs', line 8893

def status
  @status
end