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