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.
3649 3650 3651 |
# File 'sig/types.rbs', line 3649 def network_interface_id @network_interface_id end |
#port ⇒ ::Integer
Returns the value of attribute port.
3651 3652 3653 |
# File 'sig/types.rbs', line 3651 def port @port end |
#port_ranges ⇒ ::Array[Types::CreateVerifiedAccessEndpointPortRange]
Returns the value of attribute port_ranges.
3652 3653 3654 |
# File 'sig/types.rbs', line 3652 def port_ranges @port_ranges end |
#protocol ⇒ "http", ...
Returns the value of attribute protocol.
3650 3651 3652 |
# File 'sig/types.rbs', line 3650 def protocol @protocol end |