Describes the AWS resources in use by this environment. This data is live.

 public DescribeEnvironmentResourcesResult WithEnvironmentResources(EnvironmentResourceDescription environmentResources)
 {
     this.environmentResources = environmentResources;
     return(this);
 }
 /// <summary>
 /// Sets the EnvironmentResources property
 /// </summary>
 /// <param name="environmentResources">The value to set for the EnvironmentResources property </param>
 /// <returns>this instance</returns>
 public DescribeEnvironmentResourcesResult WithEnvironmentResources(EnvironmentResourceDescription environmentResources)
 {
     this.environmentResources = environmentResources;
     return this;
 }