Class: Aws::Wickr::Types::GetNetworkSettingsResponse

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 network settings, where each setting includes a name, value, and type.

Returns:



1365
1366
1367
1368
1369
# File 'lib/aws-sdk-wickr/types.rb', line 1365

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