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

IsSetMemorySlotsAvailable() public method

Checks if MemorySlotsAvailable property is set
public IsSetMemorySlotsAvailable ( ) : Boolean
return Boolean
        public Boolean IsSetMemorySlotsAvailable()
        {
            return  this.memorySlotsAvailableField != null;
        }
ItemAttributes