Class: Aws::WorkSpacesWeb::Types::ListIpAccessSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ListIpAccessSettingsRequest
- Defined in:
- gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to be included in the next page.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to be included in the next page.
2281 2282 2283 2284 2285 2286 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2281 class ListIpAccessSettingsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
2281 2282 2283 2284 2285 2286 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2281 class ListIpAccessSettingsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |