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:



3570
3571
3572
3573
3574
# File 'lib/aws-sdk-wickr/types.rb', line 3570

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