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.
18930 18931 18932 |
# File 'sig/types.rbs', line 18930 def load_balancer_arn @load_balancer_arn end |
#port ⇒ ::Integer
Returns the value of attribute port.
18929 18930 18931 |
# File 'sig/types.rbs', line 18929 def port @port end |
#port_ranges ⇒ ::Array[Types::VerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
18932 18933 18934 |
# File 'sig/types.rbs', line 18932 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
18928 18929 18930 |
# File 'sig/types.rbs', line 18928 def protocol @protocol end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
18931 18932 18933 |
# File 'sig/types.rbs', line 18931 def subnet_ids @subnet_ids end |