Class: Aws::WorkSpacesWeb::Types::ListNetworkSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ListNetworkSettingsResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#network_settings ⇒ Array<Types::NetworkSettingsSummary>
The network settings.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#network_settings ⇒ Array<Types::NetworkSettingsSummary>
The network settings.
1934 1935 1936 1937 1938 1939 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1934 class ListNetworkSettingsResponse < Struct.new( :network_settings, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
1934 1935 1936 1937 1938 1939 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1934 class ListNetworkSettingsResponse < Struct.new( :network_settings, :next_token) SENSITIVE = [] include Aws::Structure end |