describeEnvironmentResources

Returns AWS resources for this environment.

Samples

// The following operation retrieves information about resources in an environment named my env
val resp = elasticBeanstalkClient.describeEnvironmentResources {
    environmentName = "my-env"
}