You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorks::Types::UpdateVolumeRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateVolumeRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  volume_id: "String", # required
  name: "String",
  mount_point: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#mount_pointString

The new mount point.

Returns:

  • (String)

    The new mount point.

#nameString

The new name.

Returns:

  • (String)

    The new name.

#volume_idString

The volume ID.

Returns:

  • (String)

    The volume ID.