The Ebs data type.

コード例 #1
0
 /// <summary>
 /// Sets the Ebs property
 /// </summary>
 /// <param name="ebs">The value to set for the Ebs property </param>
 /// <returns>this instance</returns>
 public BlockDeviceMapping WithEbs(Ebs ebs)
 {
     this.ebs = ebs;
     return(this);
 }
コード例 #2
0
 /// <summary>
 /// Sets the Ebs property
 /// </summary>
 /// <param name="ebs">The value to set for the Ebs property </param>
 /// <returns>this instance</returns>
 public BlockDeviceMapping WithEbs(Ebs ebs)
 {
     this.ebs = ebs;
     return this;
 }