Class: Aws::Types::VerifiedAccessEndpointLoadBalancerOptions
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessEndpointLoadBalancerOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#load_balancer_arn ⇒ ::String
Returns the value of attribute load_balancer_arn.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#port_ranges ⇒ ::Array[Types::VerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
-
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
Instance Attribute Details
#load_balancer_arn ⇒ ::String
Returns the value of attribute load_balancer_arn.
18603 18604 18605 |
# File 'sig/types.rbs', line 18603 def load_balancer_arn @load_balancer_arn end |
#port ⇒ ::Integer
Returns the value of attribute port.
18602 18603 18604 |
# File 'sig/types.rbs', line 18602 def port @port end |
#port_ranges ⇒ ::Array[Types::VerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
18605 18606 18607 |
# File 'sig/types.rbs', line 18605 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
18601 18602 18603 |
# File 'sig/types.rbs', line 18601 def protocol @protocol end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
18604 18605 18606 |
# File 'sig/types.rbs', line 18604 def subnet_ids @subnet_ids end |