AWS SDK for .NET Documentation
ModifyVolumeAttributeRequest Class
AmazonAmazon.EC2.ModelModifyVolumeAttributeRequest Did this page help you?   Yes   No    Tell us about it...
Modifies a volume attribute.
Declaration Syntax
C#
public class ModifyVolumeAttributeRequest : EC2Request
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ModifyVolumeAttributeRequest()()()()
Initializes a new instance of the ModifyVolumeAttributeRequest class

AutoEnableIO
Whether to auto-enable the I/O operations on the volume.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IsSetAutoEnableIO()()()()
Checks if AutoEnableIO property is set

IsSetVolumeId()()()()
Checks if VolumeId property is set

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
VolumeId
The volume against which to make the modify call.

WithAutoEnableIO(Boolean) Obsolete.
Sets whether to auto-enable the I/O operations on the volume.

WithVolumeId(String) Obsolete.
Sets the volume against which to make the modify call.

Inheritance Hierarchy
Object
EC2Request
 ModifyVolumeAttributeRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)