Class: Aws::SecurityHub::Types::AwsElbLoadBalancerBackendServerDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElbLoadBalancerBackendServerDescription
- 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_port ⇒ Integer
The port on which the EC2 instance is listening.
-
#policy_names ⇒ Array<String>
The names of the policies that are enabled for the EC2 instance.
Instance Attribute Details
#instance_port ⇒ Integer
The port on which the EC2 instance is listening.
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_names ⇒ Array<String>
The names of the policies that are enabled for the EC2 instance.
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 |