Class: Aws::Types::InterfaceMappingUpdateRequest
- Inherits:
-
Object
- Object
- Aws::Types::InterfaceMappingUpdateRequest
- 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.
5242 5243 5244 |
# File 'sig/types.rbs', line 5242 def logical_interface_name @logical_interface_name end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
5243 5244 5245 |
# File 'sig/types.rbs', line 5243 def network_id @network_id end |