Class: Aws::Types::ModifyVerifiedAccessEndpointEniOptions
- Inherits:
-
Object
- Object
- Aws::Types::ModifyVerifiedAccessEndpointEniOptions
- 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.
Instance Attribute Details
#port ⇒ ::Integer
Returns the value of attribute port.
14060 14061 14062 |
# File 'sig/types.rbs', line 14060 def port @port end |
#port_ranges ⇒ ::Array[Types::ModifyVerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
14061 14062 14063 |
# File 'sig/types.rbs', line 14061 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
14059 14060 14061 |
# File 'sig/types.rbs', line 14059 def protocol @protocol end |