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.
3659 3660 3661 |
# File 'sig/types.rbs', line 3659 def load_balancer_arn @load_balancer_arn end |
#port ⇒ ::Integer
Returns the value of attribute port.
3658 3659 3660 |
# File 'sig/types.rbs', line 3658 def port @port end |
#port_ranges ⇒ ::Array[Types::CreateVerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
3661 3662 3663 |
# File 'sig/types.rbs', line 3661 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
3657 3658 3659 |
# File 'sig/types.rbs', line 3657 def protocol @protocol end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
3660 3661 3662 |
# File 'sig/types.rbs', line 3660 def subnet_ids @subnet_ids end |