Class: Aws::GuardDuty::Types::RuleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::RuleSummary
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains summary information about a custom detection rule.
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.
-
#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.
11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11825 class RuleSummary < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the rule was created.
11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11825 class RuleSummary < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#data_source ⇒ String
The data source that the rule analyzes.
11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11825 class RuleSummary < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of what the rule detects.
11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11825 class RuleSummary < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#language ⇒ String
The language used for the detection logic expression.
11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11825 class RuleSummary < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The display name of the rule.
11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11825 class RuleSummary < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier for the rule.
11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11825 class RuleSummary < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ String
The schema version used by the rule definition.
11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11825 class RuleSummary < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
The Amazon Web Services service associated with the rule.
11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11825 class RuleSummary < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The severity level assigned to findings generated by this rule.
11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11825 class RuleSummary < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#tactic ⇒ String
The MITRE ATT&CK tactic associated with the rule.
11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11825 class RuleSummary < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#technique ⇒ String
The MITRE ATT&CK technique associated with the rule.
11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11825 class RuleSummary < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the rule was last updated.
11825 11826 11827 11828 11829 11830 11831 11832 11833 11834 11835 11836 11837 11838 11839 11840 11841 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 11825 class RuleSummary < Struct.new( :rule_id, :arn, :name, :description, :severity, :data_source, :tactic, :technique, :service, :language, :schema, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |