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 Amazon Web Services 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.
2558 2559 2560 2561 2562 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2558 class EnvironmentResourcesDescription < Struct.new( :load_balancer) SENSITIVE = [] include Aws::Structure end |