Class: Aws::Types::CreateVerifiedAccessEndpointEniOptions
- Inherits:
-
Object
- Object
- Aws::Types::CreateVerifiedAccessEndpointEniOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#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.
Instance Attribute Details
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
3537 3538 3539 |
# File 'sig/types.rbs', line 3537 def network_interface_id @network_interface_id end |
#port ⇒ ::Integer
Returns the value of attribute port.
3539 3540 3541 |
# File 'sig/types.rbs', line 3539 def port @port end |
#port_ranges ⇒ ::Array[Types::CreateVerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
3540 3541 3542 |
# File 'sig/types.rbs', line 3540 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
3538 3539 3540 |
# File 'sig/types.rbs', line 3538 def protocol @protocol end |