Class: Aws::SecurityHub::Types::ListAutomationRulesV2Response

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

#next_tokenString

The pagination token to use to request the next page of results. Otherwise, this parameter is null.

Returns:

  • (String)


27947
27948
27949
27950
27951
27952
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27947

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

#rulesArray<Types::AutomationRulesMetadataV2>

An array of automation rules.



27947
27948
27949
27950
27951
27952
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 27947

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