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

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

#automation_rules_metadataArray<Types::AutomationRulesMetadata>

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

Returns:



26145
26146
26147
26148
26149
26150
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26145

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

#next_tokenString

A pagination token for the response.

Returns:

  • (String)


26145
26146
26147
26148
26149
26150
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26145

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