Class: Aws::ElasticLoadBalancing::Types::BackendServerDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticloadbalancing/types.rb

Overview

Information about the configuration of an EC2 instance.

Instance Attribute Summary collapse

Instance Attribute Details

#instance_portInteger

The port on which the EC2 instance is listening.

Returns:

  • (Integer)


270
271
272
273
274
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 270

class BackendServerDescription < Struct.new(
  :instance_port,
  :policy_names)
  include Aws::Structure
end

#policy_namesArray<String>

The names of the policies enabled for the EC2 instance.

Returns:

  • (Array<String>)


270
271
272
273
274
# File 'lib/aws-sdk-elasticloadbalancing/types.rb', line 270

class BackendServerDescription < Struct.new(
  :instance_port,
  :policy_names)
  include Aws::Structure
end