Instance EBS block device.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class InstanceEbsBlockDevice
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InstanceEbsBlockDevice()()()() | Initializes a new instance of the InstanceEbsBlockDevice class | 
|  | AttachTime | 
            Time the volume was attached.
             | 
|  | DeleteOnTermination | 
            Whether the volume will be 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.) | 
|  | IsSetAttachTime()()()() | 
            Checks if AttachTime property is set
             | 
|  | IsSetDeleteOnTermination()()()() | 
            Checks if DeleteOnTermination property is set
             | 
|  | IsSetStatus()()()() | 
            Checks if Status property is set
             | 
|  | IsSetVolumeId()()()() | 
            Checks if VolumeId property is set
             | 
|  | Status | 
            Attachment state of the EBS volume.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VolumeId | 
            The ID of the Amazon EBS volume.
             | 
|  | WithAttachTime(String) | Obsolete. 
            Sets the time the volume was attached.
             | 
|  | WithDeleteOnTermination(Boolean) | Obsolete. 
            Sets whether the volume will be deleted on instance termination.
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the attachment state of the EBS volume.
             | 
|  | WithVolumeId(String) | Obsolete. 
            Sets the ID of the Amazon EBS volume.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InstanceEbsBlockDevice |