Class: Aws::SecurityHub::Types::ListAutomationRulesV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::ListAutomationRulesV2Response
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use to request the next page of results.
-
#rules ⇒ Array<Types::AutomationRulesMetadataV2>
An array of automation rules.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use to request the next page of results. Otherwise, this parameter is null.
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 |
#rules ⇒ Array<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 |