Amazon.ECS.Model.ItemAttributes.WithTotalSVideoOutPorts C# (CSharp) Метод

WithTotalSVideoOutPorts() публичный Метод

Sets the TotalSVideoOutPorts property
public WithTotalSVideoOutPorts ( Decimal totalSVideoOutPorts ) : ItemAttributes
totalSVideoOutPorts Decimal TotalSVideoOutPorts property
Результат ItemAttributes
        public ItemAttributes WithTotalSVideoOutPorts(Decimal totalSVideoOutPorts)
        {
            this.totalSVideoOutPortsField = totalSVideoOutPorts;
            return this;
        }
ItemAttributes