Class: Aws::Types::DetachVolumeInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#force_detachBoolean

Returns the value of attribute force_detach.

Returns:

  • (Boolean)


811
812
813
# File 'sig/types.rbs', line 811

def force_detach
  @force_detach
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:

  • (::String)


810
811
812
# File 'sig/types.rbs', line 810

def volume_arn
  @volume_arn
end