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)


12261
12262
12263
12264
12265
12266
# File 'lib/aws-sdk-securityhub/types.rb', line 12261

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>)


12261
12262
12263
12264
12265
12266
# File 'lib/aws-sdk-securityhub/types.rb', line 12261

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