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

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

Sets the CEROAgeRating property
public WithCEROAgeRating ( String CEROAgeRating ) : ItemAttributes
CEROAgeRating String CEROAgeRating property
Результат ItemAttributes
        public ItemAttributes WithCEROAgeRating(String CEROAgeRating)
        {
            this.CEROAgeRatingField = CEROAgeRating;
            return this;
        }
ItemAttributes