Class: Aws::Types::VolumeStatusDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name"io-enabled", ...

Returns the value of attribute name.

Returns:

  • ("io-enabled", "io-performance", "initialization-state")


19242
19243
19244
# File 'sig/types.rbs', line 19242

def name
  @name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


19243
19244
19245
# File 'sig/types.rbs', line 19243

def status
  @status
end