Class: Aws::SecurityHub::Types::GetAutomationRuleV2Response

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

#actionsArray<Types::AutomationRulesActionV2>

A list of actions performed when the rule criteria is met.

Returns:



25338
25339
25340
25341
25342
25343
25344
25345
25346
25347
25348
25349
25350
25351
# File 'lib/aws-sdk-securityhub/types.rb', line 25338

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_atTime

The timestamp when the V2 automation rule was created.

Returns:



25338
25339
25340
25341
25342
25343
25344
25345
25346
25347
25348
25349
25350
25351
# File 'lib/aws-sdk-securityhub/types.rb', line 25338

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

#criteriaTypes::Criteria

The filtering type and configuration of the V2 automation rule.

Returns:



25338
25339
25340
25341
25342
25343
25344
25345
25346
25347
25348
25349
25350
25351
# File 'lib/aws-sdk-securityhub/types.rb', line 25338

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

#descriptionString

A description of the automation rule.

Returns:



25338
25339
25340
25341
25342
25343
25344
25345
25346
25347
25348
25349
25350
25351
# File 'lib/aws-sdk-securityhub/types.rb', line 25338

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_arnString

The ARN of the V2 automation rule.

Returns:



25338
25339
25340
25341
25342
25343
25344
25345
25346
25347
25348
25349
25350
25351
# File 'lib/aws-sdk-securityhub/types.rb', line 25338

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_idString

The ID of the V2 automation rule.

Returns:



25338
25339
25340
25341
25342
25343
25344
25345
25346
25347
25348
25349
25350
25351
# File 'lib/aws-sdk-securityhub/types.rb', line 25338

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_nameString

The name of the V2 automation rule.

Returns:



25338
25339
25340
25341
25342
25343
25344
25345
25346
25347
25348
25349
25350
25351
# File 'lib/aws-sdk-securityhub/types.rb', line 25338

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_orderFloat

The value for the rule priority.

Returns:



25338
25339
25340
25341
25342
25343
25344
25345
25346
25347
25348
25349
25350
25351
# File 'lib/aws-sdk-securityhub/types.rb', line 25338

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_statusString

The status of the V2 automation automation rule.

Returns:



25338
25339
25340
25341
25342
25343
25344
25345
25346
25347
25348
25349
25350
25351
# File 'lib/aws-sdk-securityhub/types.rb', line 25338

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_atTime

The timestamp when the V2 automation rule was updated.

Returns:



25338
25339
25340
25341
25342
25343
25344
25345
25346
25347
25348
25349
25350
25351
# File 'lib/aws-sdk-securityhub/types.rb', line 25338

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