AWS SDK for .NET Documentation
DescribeEnvironmentResourcesRequest Class
AmazonAmazon.ElasticBeanstalk.ModelDescribeEnvironmentResourcesRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeEnvironmentResources operation. Returns AWS resources for this environment.
Declaration Syntax
C#
public class DescribeEnvironmentResourcesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeEnvironmentResourcesRequest()()()()
Initializes a new instance of the DescribeEnvironmentResourcesRequest class

EnvironmentId
Gets and sets the property EnvironmentId.

The ID of the environment to retrieve AWS resource usage data.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns

CopyC#
MissingRequiredParameter
error.


EnvironmentName
Gets and sets the property EnvironmentName.

The name of the environment to retrieve AWS resource usage data.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns

CopyC#
MissingRequiredParameter
error.


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithEnvironmentId(String) Obsolete.
Sets the EnvironmentId property

WithEnvironmentName(String) Obsolete.
Sets the EnvironmentName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeEnvironmentResourcesRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)