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)


8179
8180
8181
# File 'sig/types.rbs', line 8179

def device
  @device
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8183
8184
8185
# File 'sig/types.rbs', line 8183

def dry_run
  @dry_run
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


8180
8181
8182
# File 'sig/types.rbs', line 8180

def force
  @force
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8181
8182
8183
# File 'sig/types.rbs', line 8181

def instance_id
  @instance_id
end

#volume_id::String

Returns the value of attribute volume_id.

Returns:

  • (::String)


8182
8183
8184
# File 'sig/types.rbs', line 8182

def volume_id
  @volume_id
end