Class: Aws::SecurityHub::Types::ListAutomationRulesV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListAutomationRulesV2Request
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token required for pagination.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
26972 26973 26974 26975 26976 26977 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26972 class ListAutomationRulesV2Request < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token required for pagination. On your first call, set the value
of this parameter to NULL. For subsequent calls, to continue
listing data, set the value of this parameter to the value returned
in the previous response.
26972 26973 26974 26975 26976 26977 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26972 class ListAutomationRulesV2Request < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |