Class: Aws::Types::InterfaceMappingCreateRequest
- Inherits:
-
Object
- Object
- Aws::Types::InterfaceMappingCreateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logical_interface_name ⇒ ::String
Returns the value of attribute logical_interface_name.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
Instance Attribute Details
#logical_interface_name ⇒ ::String
Returns the value of attribute logical_interface_name.
5236 5237 5238 |
# File 'sig/types.rbs', line 5236 def logical_interface_name @logical_interface_name end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
5237 5238 5239 |
# File 'sig/types.rbs', line 5237 def network_id @network_id end |