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

Class: Aws::OpsWorks::Types::ElasticLoadBalancer

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

Overview

Describes an Elastic Load Balancing instance.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zonesArray<String>

A list of Availability Zones.

Returns:

  • (Array<String>)

    A list of Availability Zones.

#dns_nameString

The instance\'s public DNS name.

Returns:

  • (String)

    The instance\'s public DNS name.

#ec2_instance_idsArray<String>

A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for.

Returns:

  • (Array<String>)

    A list of the EC2 instances that the Elastic Load Balancing instance is managing traffic for.

#elastic_load_balancer_nameString

The Elastic Load Balancing instance\'s name.

Returns:

  • (String)

    The Elastic Load Balancing instance\'s name.

#layer_idString

The ID of the layer that the instance is attached to.

Returns:

  • (String)

    The ID of the layer that the instance is attached to.

#regionString

The instance\'s AWS region.

Returns:

  • (String)

    The instance\'s AWS region.

#stack_idString

The ID of the stack that the instance is associated with.

Returns:

  • (String)

    The ID of the stack that the instance is associated with.

#subnet_idsArray<String>

A list of subnet IDs, if the stack is running in a VPC.

Returns:

  • (Array<String>)

    A list of subnet IDs, if the stack is running in a VPC.

#vpc_idString

The VPC ID.

Returns:

  • (String)

    The VPC ID.