Class: Aws::SecurityHub::Types::ListAutomationRulesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of rules to return in the response. This currently ranges from 1 to 100.

Returns:

  • (Integer)


26127
26128
26129
26130
26131
26132
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26127

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

#next_tokenString

A token to specify where to start paginating the response. This is the NextToken from a previously truncated response. On your first call to the ListAutomationRules API, set the value of this parameter to NULL.

Returns:

  • (String)


26127
26128
26129
26130
26131
26132
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26127

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