class Aws::ElasticBeanstalk::Types::DescribeEnvironmentResourcesMessage
Request to describe the resources in an environment.
@note When making an API call, you may pass DescribeEnvironmentResourcesMessage
data as a hash: { environment_id: "EnvironmentId", environment_name: "EnvironmentName", }
@!attribute [rw] environment_id
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 `MissingRequiredParameter` error. @return [String]
@!attribute [rw] environment_name
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 `MissingRequiredParameter` error. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/DescribeEnvironmentResourcesMessage AWS API Documentation
Constants
- SENSITIVE