Class: Aws::Types::DetachVolumeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device::String

Returns the value of attribute device.

Returns:

  • (::String)


8269
8270
8271
# File 'sig/types.rbs', line 8269

def device
  @device
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8273
8274
8275
# File 'sig/types.rbs', line 8273

def dry_run
  @dry_run
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


8270
8271
8272
# File 'sig/types.rbs', line 8270

def force
  @force
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8271
8272
8273
# File 'sig/types.rbs', line 8271

def instance_id
  @instance_id
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


8272
8273
8274
# File 'sig/types.rbs', line 8272

def volume_id
  @volume_id
end