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

Class: Aws::SecurityHub::Types::AwsElbLoadBalancerBackendServerDescription

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

Overview

Note:

When passing AwsElbLoadBalancerBackendServerDescription as input to an Aws::Client method, you can use a vanilla Hash:

{
  instance_port: 1,
  policy_names: ["NonEmptyString"],
}

Provides information about the configuration of an EC2 instance for the load balancer.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_portInteger

The port on which the EC2 instance is listening.

Returns:

  • (Integer)

    The port on which the EC2 instance is listening.

#policy_namesArray<String>

The names of the policies that are enabled for the EC2 instance.

Returns:

  • (Array<String>)

    The names of the policies that are enabled for the EC2 instance.