Class: Aws::WorkSpacesWeb::Types::GetNetworkSettingsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_settingsTypes::NetworkSettings

The network settings.



1327
1328
1329
1330
1331
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1327

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