Class: Aws::Types::UpdateNetworkSettingsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#network_id::String

Returns the value of attribute network_id.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def network_id
  @network_id
end

#settingsTypes::NetworkSettings

Returns the value of attribute settings.



926
927
928
# File 'sig/types.rbs', line 926

def settings
  @settings
end