A JSON object containing the following fields:
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateStorediSCSIVolumeResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateStorediSCSIVolumeResult()()()() | Initializes a new instance of the CreateStorediSCSIVolumeResult class | 
|  | 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.) | 
|  | TargetARN | 
            he Amazon Resource Name (ARN) of the volume target that includes the iSCSI name that initiators can use to connect to the target.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VolumeARN | 
            The Amazon Resource Name (ARN) of the configured volume.
             
             Constraints: | 
|  | VolumeSizeInBytes | 
            The size of the volume in bytes.
             
             | 
|  | WithTargetARN(String) | Obsolete. 
            Sets the TargetARN property
             | 
|  | WithVolumeARN(String) | Obsolete. 
            Sets the VolumeARN property
             | 
|  | WithVolumeSizeInBytes(Int64) | Obsolete. 
            Sets the VolumeSizeInBytes property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | CreateStorediSCSIVolumeResult |