Class: Aws::Types::VerifiedAccessEndpointEniOptions
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessEndpointEniOptions
- 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::VerifiedAccessEndpointPortRange]
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.
18593 18594 18595 |
# File 'sig/types.rbs', line 18593 def network_interface_id @network_interface_id end |
#port ⇒ ::Integer
Returns the value of attribute port.
18595 18596 18597 |
# File 'sig/types.rbs', line 18595 def port @port end |
#port_ranges ⇒ ::Array[Types::VerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
18596 18597 18598 |
# File 'sig/types.rbs', line 18596 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
18594 18595 18596 |
# File 'sig/types.rbs', line 18594 def protocol @protocol end |