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

IsSetSecondaryCacheSize() public method

Checks if SecondaryCacheSize property is set
public IsSetSecondaryCacheSize ( ) : Boolean
return Boolean
        public Boolean IsSetSecondaryCacheSize()
        {
            return this.secondaryCacheSizeField != null;
        }
ItemAttributes