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)


7996
7997
7998
# File 'sig/types.rbs', line 7996

def device
  @device
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8000
8001
8002
# File 'sig/types.rbs', line 8000

def dry_run
  @dry_run
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


7997
7998
7999
# File 'sig/types.rbs', line 7997

def force
  @force
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7998
7999
8000
# File 'sig/types.rbs', line 7998

def instance_id
  @instance_id
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


7999
8000
8001
# File 'sig/types.rbs', line 7999

def volume_id
  @volume_id
end