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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_portInteger

The port on which the EC2 instance is listening.

Returns:

  • (Integer)


12612
12613
12614
12615
12616
12617
# File 'lib/aws-sdk-securityhub/types.rb', line 12612

class AwsElbLoadBalancerBackendServerDescription < Struct.new(
  :instance_port,
  :policy_names)
  SENSITIVE = []
  include Aws::Structure
end

#policy_namesArray<String>

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

Returns:

  • (Array<String>)


12612
12613
12614
12615
12616
12617
# File 'lib/aws-sdk-securityhub/types.rb', line 12612

class AwsElbLoadBalancerBackendServerDescription < Struct.new(
  :instance_port,
  :policy_names)
  SENSITIVE = []
  include Aws::Structure
end