Class: Aws::WorkSpacesWeb::Types::ListIpAccessSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ListIpAccessSettingsResponse
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ip_access_settings ⇒ Array<Types::IpAccessSettingsSummary>
The IP access settings.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#ip_access_settings ⇒ Array<Types::IpAccessSettingsSummary>
The IP access settings.
1898 1899 1900 1901 1902 1903 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1898 class ListIpAccessSettingsResponse < Struct.new( :ip_access_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.
1898 1899 1900 1901 1902 1903 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 1898 class ListIpAccessSettingsResponse < Struct.new( :ip_access_settings, :next_token) SENSITIVE = [] include Aws::Structure end |