Class: Aws::SecurityHub::Types::GetAutomationRuleV2Response
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::GetAutomationRuleV2Response
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#actions ⇒ Array<Types::AutomationRulesActionV2>
A list of actions performed when the rule criteria is met.
-
#created_at ⇒ Time
The timestamp when the V2 automation rule was created.
-
#criteria ⇒ Types::Criteria
The filtering type and configuration of the V2 automation rule.
-
#description ⇒ String
A description of the automation rule.
-
#rule_arn ⇒ String
The ARN of the V2 automation rule.
-
#rule_id ⇒ String
The ID of the V2 automation rule.
-
#rule_name ⇒ String
The name of the V2 automation rule.
-
#rule_order ⇒ Float
The value for the rule priority.
-
#rule_status ⇒ String
The status of the V2 automation automation rule.
-
#updated_at ⇒ Time
The timestamp when the V2 automation rule was updated.
Instance Attribute Details
#actions ⇒ Array<Types::AutomationRulesActionV2>
A list of actions performed when the rule criteria is met.
25272 25273 25274 25275 25276 25277 25278 25279 25280 25281 25282 25283 25284 25285 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25272 class GetAutomationRuleV2Response < Struct.new( :rule_arn, :rule_id, :rule_order, :rule_name, :rule_status, :description, :criteria, :actions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the V2 automation rule was created.
25272 25273 25274 25275 25276 25277 25278 25279 25280 25281 25282 25283 25284 25285 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25272 class GetAutomationRuleV2Response < Struct.new( :rule_arn, :rule_id, :rule_order, :rule_name, :rule_status, :description, :criteria, :actions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#criteria ⇒ Types::Criteria
The filtering type and configuration of the V2 automation rule.
25272 25273 25274 25275 25276 25277 25278 25279 25280 25281 25282 25283 25284 25285 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25272 class GetAutomationRuleV2Response < Struct.new( :rule_arn, :rule_id, :rule_order, :rule_name, :rule_status, :description, :criteria, :actions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the automation rule.
25272 25273 25274 25275 25276 25277 25278 25279 25280 25281 25282 25283 25284 25285 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25272 class GetAutomationRuleV2Response < Struct.new( :rule_arn, :rule_id, :rule_order, :rule_name, :rule_status, :description, :criteria, :actions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#rule_arn ⇒ String
The ARN of the V2 automation rule.
25272 25273 25274 25275 25276 25277 25278 25279 25280 25281 25282 25283 25284 25285 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25272 class GetAutomationRuleV2Response < Struct.new( :rule_arn, :rule_id, :rule_order, :rule_name, :rule_status, :description, :criteria, :actions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The ID of the V2 automation rule.
25272 25273 25274 25275 25276 25277 25278 25279 25280 25281 25282 25283 25284 25285 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25272 class GetAutomationRuleV2Response < Struct.new( :rule_arn, :rule_id, :rule_order, :rule_name, :rule_status, :description, :criteria, :actions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the V2 automation rule.
25272 25273 25274 25275 25276 25277 25278 25279 25280 25281 25282 25283 25284 25285 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25272 class GetAutomationRuleV2Response < Struct.new( :rule_arn, :rule_id, :rule_order, :rule_name, :rule_status, :description, :criteria, :actions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#rule_order ⇒ Float
The value for the rule priority.
25272 25273 25274 25275 25276 25277 25278 25279 25280 25281 25282 25283 25284 25285 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25272 class GetAutomationRuleV2Response < Struct.new( :rule_arn, :rule_id, :rule_order, :rule_name, :rule_status, :description, :criteria, :actions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#rule_status ⇒ String
The status of the V2 automation automation rule.
25272 25273 25274 25275 25276 25277 25278 25279 25280 25281 25282 25283 25284 25285 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25272 class GetAutomationRuleV2Response < Struct.new( :rule_arn, :rule_id, :rule_order, :rule_name, :rule_status, :description, :criteria, :actions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the V2 automation rule was updated.
25272 25273 25274 25275 25276 25277 25278 25279 25280 25281 25282 25283 25284 25285 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 25272 class GetAutomationRuleV2Response < Struct.new( :rule_arn, :rule_id, :rule_order, :rule_name, :rule_status, :description, :criteria, :actions, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |