AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Result message containing a list of environment resource descriptions.
Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.ElasticBeanstalk.dll
Version: 3.x.y.z
public class DescribeEnvironmentResourcesResponse : AmazonWebServiceResponse
The DescribeEnvironmentResourcesResponse type exposes the following members
Name | Description | |
---|---|---|
DescribeEnvironmentResourcesResponse() |
Name | Type | Description | |
---|---|---|---|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
EnvironmentResources | Amazon.ElasticBeanstalk.Model.EnvironmentResourceDescription |
Gets and sets the property EnvironmentResources. A list of EnvironmentResourceDescription. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
The following operation retrieves information about resources in an environment named my-env:
var client = new AmazonElasticBeanstalkClient(); var response = client.DescribeEnvironmentResources(new DescribeEnvironmentResourcesRequest { EnvironmentName = "my-env" }); EnvironmentResourceDescription environmentResources = response.EnvironmentResources;
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5