Class: Aws::ElasticBeanstalk::Types::EnvironmentResourcesDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::EnvironmentResourcesDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Describes the AWS resources in use by this environment. This data is not live data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancer ⇒ Types::LoadBalancerDescription
Describes the LoadBalancer.
Instance Attribute Details
#load_balancer ⇒ Types::LoadBalancerDescription
Describes the LoadBalancer.
2483 2484 2485 2486 2487 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2483 class EnvironmentResourcesDescription < Struct.new( :load_balancer) SENSITIVE = [] include Aws::Structure end |