Class: Aws::GuardDuty::Types::RuleDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::RuleDetail
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains the full details of a custom detection rule, including its detection logic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
-
#created_at ⇒ Time
The timestamp when the rule was created.
-
#data_source ⇒ String
The data source that the rule analyzes.
-
#definition ⇒ Types::RuleDefinition
The detection logic definition for the rule.
-
#description ⇒ String
A description of what the rule detects.
-
#language ⇒ String
The language used for the detection logic expression.
-
#name ⇒ String
The display name of the rule.
-
#rule_id ⇒ String
The unique identifier for the rule.
-
#schema ⇒ String
The schema version used by the rule definition.
-
#service ⇒ String
The Amazon Web Services service associated with the rule.
-
#severity ⇒ String
The severity level assigned to findings generated by this rule.
-
#tactic ⇒ String
The MITRE ATT&CK tactic associated with the rule.
-
#technique ⇒ String
The MITRE ATT&CK technique associated with the rule.
-
#updated_at ⇒ Time
The timestamp when the rule was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the rule.
11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11699 class RuleDetail < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :definition, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the rule was created.
11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11699 class RuleDetail < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :definition, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#data_source ⇒ String
The data source that the rule analyzes.
11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11699 class RuleDetail < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :definition, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::RuleDefinition
The detection logic definition for the rule.
11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11699 class RuleDetail < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :definition, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of what the rule detects.
11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11699 class RuleDetail < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :definition, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#language ⇒ String
The language used for the detection logic expression.
11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11699 class RuleDetail < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :definition, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The display name of the rule.
11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11699 class RuleDetail < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :definition, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier for the rule.
11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11699 class RuleDetail < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :definition, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ String
The schema version used by the rule definition.
11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11699 class RuleDetail < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :definition, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The Amazon Web Services service associated with the rule.
11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11699 class RuleDetail < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :definition, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The severity level assigned to findings generated by this rule.
11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11699 class RuleDetail < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :definition, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#tactic ⇒ String
The MITRE ATT&CK tactic associated with the rule.
11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11699 class RuleDetail < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :definition, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#technique ⇒ String
The MITRE ATT&CK technique associated with the rule.
11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11699 class RuleDetail < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :definition, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the rule was last updated.
11699 11700 11701 11702 11703 11704 11705 11706 11707 11708 11709 11710 11711 11712 11713 11714 11715 11716 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11699 class RuleDetail < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :definition, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |