Class: Aws::OpsWorks::Types::UpdateVolumeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::UpdateVolumeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mount_point ⇒ String
The new mount point.
-
#name ⇒ String
The new name.
-
#volume_id ⇒ String
The volume ID.
Instance Attribute Details
#mount_point ⇒ String
The new mount point.
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 |
#name ⇒ String
The new name. Volume names can be a maximum of 128 characters.
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_id ⇒ String
The volume ID.
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 |