Instance EBS block device parameter.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class InstanceEbsBlockDeviceParameter
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InstanceEbsBlockDeviceParameter()()()() | Initializes a new instance of the InstanceEbsBlockDeviceParameter class | 
|  | DeleteOnTermination | 
            Whether the Amazon EBS volume is deleted on instance termination.
             | 
|  | 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.) | 
|  | IsSetDeleteOnTermination()()()() | 
            Checks if DeleteOnTermination property is set
             | 
|  | IsSetVolumeId()()()() | 
            Checks if VolumeId property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VolumeId | 
            The ID of the Amazon EBS volume.
             | 
|  | WithDeleteOnTermination(Boolean) | Obsolete. 
            Sets whether the Amazon EBS volume is deleted on instance termination.
             | 
|  | WithVolumeId(String) | Obsolete. 
            Sets the ID of the Amazon EBS volume.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InstanceEbsBlockDeviceParameter |