Class: Aws::Types::ModifyVerifiedAccessEndpointLoadBalancerOptions
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVerifiedAccessEndpointLoadBalancerOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#port_ranges ⇒ ::Array[Types::ModifyVerifiedAccessEndpointPortRange]
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
#port ⇒ ::Integer
Returns the value of attribute port.
14068 14069 14070 |
# File 'sig/types.rbs', line 14068 def port @port end |
#port_ranges ⇒ ::Array[Types::ModifyVerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
14069 14070 14071 |
# File 'sig/types.rbs', line 14069 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
14067 14068 14069 |
# File 'sig/types.rbs', line 14067 def protocol @protocol end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
14066 14067 14068 |
# File 'sig/types.rbs', line 14066 def subnet_ids @subnet_ids end |