Class: Aws::Types::CreateVerifiedAccessEndpointLoadBalancerOptions
- Inherits:
-
Object
- Object
- Aws::Types::CreateVerifiedAccessEndpointLoadBalancerOptions
- 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::CreateVerifiedAccessEndpointPortRange]
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.
3547 3548 3549 |
# File 'sig/types.rbs', line 3547 def load_balancer_arn @load_balancer_arn end |
#port ⇒ ::Integer
Returns the value of attribute port.
3546 3547 3548 |
# File 'sig/types.rbs', line 3546 def port @port end |
#port_ranges ⇒ ::Array[Types::CreateVerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
3549 3550 3551 |
# File 'sig/types.rbs', line 3549 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
3545 3546 3547 |
# File 'sig/types.rbs', line 3545 def protocol @protocol end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
3548 3549 3550 |
# File 'sig/types.rbs', line 3548 def subnet_ids @subnet_ids end |