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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mount_pointString

The new mount point.

Returns:

  • (String)


6056
6057
6058
6059
6060
6061
6062
# File 'lib/aws-sdk-opsworks/types.rb', line 6056

class UpdateVolumeRequest < Struct.new(
  :volume_id,
  :name,
  :mount_point)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The new name. Volume names can be a maximum of 128 characters.

Returns:

  • (String)


6056
6057
6058
6059
6060
6061
6062
# File 'lib/aws-sdk-opsworks/types.rb', line 6056

class UpdateVolumeRequest < Struct.new(
  :volume_id,
  :name,
  :mount_point)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The volume ID.

Returns:

  • (String)


6056
6057
6058
6059
6060
6061
6062
# File 'lib/aws-sdk-opsworks/types.rb', line 6056

class UpdateVolumeRequest < Struct.new(
  :volume_id,
  :name,
  :mount_point)
  SENSITIVE = []
  include Aws::Structure
end