You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticBeanstalk::Types::EnvironmentResourceDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the AWS resources in use by this environment. This data is live.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_groupsArray<Types::AutoScalingGroup>

The AutoScalingGroups used by this environment.

Returns:

#environment_nameString

The name of the environment.

Returns:

  • (String)

    The name of the environment.

#instancesArray<Types::Instance>

The Amazon EC2 instances used by this environment.

Returns:

  • (Array<Types::Instance>)

    The Amazon EC2 instances used by this environment.

#launch_configurationsArray<Types::LaunchConfiguration>

The Auto Scaling launch configurations in use by this environment.

Returns:

#launch_templatesArray<Types::LaunchTemplate>

The Amazon EC2 launch templates in use by this environment.

Returns:

#load_balancersArray<Types::LoadBalancer>

The LoadBalancers in use by this environment.

Returns:

#queuesArray<Types::Queue>

The queues used by this environment.

Returns:

  • (Array<Types::Queue>)

    The queues used by this environment.

#triggersArray<Types::Trigger>

The AutoScaling triggers in use by this environment.

Returns:

  • (Array<Types::Trigger>)

    The AutoScaling triggers in use by this environment.