Class: Aws::SecurityHub::Types::AwsElbLoadBalancerBackendServerDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsElbLoadBalancerBackendServerDescription
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass AwsElbLoadBalancerBackendServerDescription data as a hash:
{
instance_port: 1,
policy_names: ["NonEmptyString"],
}
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.
10413 10414 10415 10416 10417 10418 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 10413 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.
10413 10414 10415 10416 10417 10418 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 10413 class AwsElbLoadBalancerBackendServerDescription < Struct.new( :instance_port, :policy_names) SENSITIVE = [] include Aws::Structure end |