Class: Aws::SecurityHub::Types::ListAutomationRulesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automation_rules_metadataArray<Types::AutomationRulesMetadata>

Metadata for rules in the calling account. The response includes rules with a ‘RuleStatus` of `ENABLED` and `DISABLED`.

Returns:



26276
26277
26278
26279
26280
26281
# File 'lib/aws-sdk-securityhub/types.rb', line 26276

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

#next_tokenString

A pagination token for the response.

Returns:

  • (String)


26276
26277
26278
26279
26280
26281
# File 'lib/aws-sdk-securityhub/types.rb', line 26276

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