Amazon.ECS.Model.ItemAttributes.IsSetRemovableStorage C# (CSharp) Method

IsSetRemovableStorage() public method

Checks if RemovableStorage property is set
public IsSetRemovableStorage ( ) : Boolean
return Boolean
        public Boolean IsSetRemovableStorage()
        {
            return  this.removableStorageField != null;
        }
ItemAttributes