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

WithTotalSVideoOutPorts() public method

Sets the TotalSVideoOutPorts property
public WithTotalSVideoOutPorts ( Decimal totalSVideoOutPorts ) : ItemAttributes
totalSVideoOutPorts Decimal TotalSVideoOutPorts property
return ItemAttributes
        public ItemAttributes WithTotalSVideoOutPorts(Decimal totalSVideoOutPorts)
        {
            this.totalSVideoOutPortsField = totalSVideoOutPorts;
            return this;
        }
ItemAttributes