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

WithCEROAgeRating() public method

Sets the CEROAgeRating property
public WithCEROAgeRating ( String CEROAgeRating ) : ItemAttributes
CEROAgeRating String CEROAgeRating property
return ItemAttributes
        public ItemAttributes WithCEROAgeRating(String CEROAgeRating)
        {
            this.CEROAgeRatingField = CEROAgeRating;
            return this;
        }
ItemAttributes