Class: Aws::EC2::Types::VerifiedAccessEndpointLoadBalancerOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::VerifiedAccessEndpointLoadBalancerOptions
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a load balancer when creating an Amazon Web Services
Verified Access endpoint using the load-balancer
type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#load_balancer_arn ⇒ String
The ARN of the load balancer.
-
#port ⇒ Integer
The IP port number.
-
#protocol ⇒ String
The IP protocol.
-
#subnet_ids ⇒ Array<String>
The IDs of the subnets.
Instance Attribute Details
#load_balancer_arn ⇒ String
The ARN of the load balancer.
69048 69049 69050 69051 69052 69053 69054 69055 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69048 class VerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The IP port number.
69048 69049 69050 69051 69052 69053 69054 69055 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69048 class VerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The IP protocol.
69048 69049 69050 69051 69052 69053 69054 69055 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69048 class VerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
The IDs of the subnets.
69048 69049 69050 69051 69052 69053 69054 69055 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 69048 class VerifiedAccessEndpointLoadBalancerOptions < Struct.new( :protocol, :port, :load_balancer_arn, :subnet_ids) SENSITIVE = [] include Aws::Structure end |