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);
 }
 /// <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;
 }