Class: Aws::Wickr::Types::UpdateNetworkSettingsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wickr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#settingsArray<Types::Setting>

A list of the updated network settings, showing the new values for each modified setting.

Returns:



3512
3513
3514
3515
3516
# File 'lib/aws-sdk-wickr/types.rb', line 3512

class UpdateNetworkSettingsResponse < Struct.new(
  :settings)
  SENSITIVE = []
  include Aws::Structure
end