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.
19290 19291 19292 |
# File 'sig/types.rbs', line 19290 def load_balancer_arn @load_balancer_arn end |
#port ⇒ ::Integer
Returns the value of attribute port.
19289 19290 19291 |
# File 'sig/types.rbs', line 19289 def port @port end |
#port_ranges ⇒ ::Array[Types::VerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
19292 19293 19294 |
# File 'sig/types.rbs', line 19292 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
19288 19289 19290 |
# File 'sig/types.rbs', line 19288 def protocol @protocol end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
19291 19292 19293 |
# File 'sig/types.rbs', line 19291 def subnet_ids @subnet_ids end |