Class: Aws::Types::UpdateNetworkSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNetworkSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#settings ⇒ Types::NetworkSettings
Returns the value of attribute settings.
Instance Attribute Details
#network_id ⇒ ::String
Returns the value of attribute network_id.
925 926 927 |
# File 'sig/types.rbs', line 925 def network_id @network_id end |
#settings ⇒ Types::NetworkSettings
Returns the value of attribute settings.
926 927 928 |
# File 'sig/types.rbs', line 926 def settings @settings end |