Modifies an attribute of an instance.

C# |
public class ModifyInstanceAttributeRequest : EC2Request

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ModifyInstanceAttributeRequest()()()() | Initializes a new instance of the ModifyInstanceAttributeRequest class |
![]() | Attribute |
Name of the attribute to modify.
|
![]() | BlockDeviceMapping |
New mapping that defines native device names to use when exposing virtual devices.
|
![]() | Equals(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.) |
![]() | GroupId |
New security groups that an instance belongs to.
|
![]() | InstanceId |
The instance ID.
|
![]() | IsSetAttribute()()()() |
Checks if Attribute property is set
|
![]() | IsSetBlockDeviceMapping()()()() |
Checks if BlockDeviceMapping property is set
|
![]() | IsSetGroupId()()()() |
Checks if GroupId property is set
|
![]() | IsSetInstanceId()()()() |
Checks if InstanceId property is set
|
![]() | IsSetValue()()()() |
Checks if Value property is set
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Value |
New value of the attribute.
|
![]() | WithAttribute(String) | Obsolete.
Sets the name of the attribute to modify.
|
![]() | WithBlockDeviceMapping(array<InstanceBlockDeviceMappingParameter>[]()[][]) | Obsolete.
Sets the new mapping that defines native device names to use when exposing virtual devices.
|
![]() | WithGroupId(array<String>[]()[][]) | Obsolete.
Sets the new security groups that an instance belongs to.
|
![]() | WithInstanceId(String) | Obsolete.
Sets the instance ID.
|
![]() | WithValue(String) | Obsolete.
Sets the new value of the attribute.
|

Object | ||
![]() | EC2Request | |
![]() | ModifyInstanceAttributeRequest |