Class: Aws::WorkSpacesWeb::Types::ListNetworkSettingsResponse

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_settingsArray<Types::NetworkSettingsSummary>

The network settings.

Returns:



2762
2763
2764
2765
2766
2767
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2762

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

#next_tokenString

The pagination token used to retrieve the next page of results for this operation.

Returns:

  • (String)


2762
2763
2764
2765
2766
2767
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2762

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