Class: Aws::GuardDuty::Types::RuleSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the rule.

Returns:

  • (String)


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_atTime

The timestamp when the rule was created.

Returns:

  • (Time)


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_sourceString

The data source that the rule analyzes.

Returns:

  • (String)


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

#descriptionString

A description of what the rule detects.

Returns:

  • (String)


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

#languageString

The language used for the detection logic expression.

Returns:

  • (String)


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

#nameString

The display name of the rule.

Returns:

  • (String)


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_idString

The unique identifier for the rule.

Returns:

  • (String)


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

#schemaString

The schema version used by the rule definition.

Returns:

  • (String)


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

#serviceString

The Amazon Web Services service associated with the rule.

Returns:

  • (String)


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

#severityString

The severity level assigned to findings generated by this rule.

Returns:

  • (String)


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

#tacticString

The MITRE ATT&CK tactic associated with the rule.

Returns:

  • (String)


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

#techniqueString

The MITRE ATT&CK technique associated with the rule.

Returns:

  • (String)


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_atTime

The timestamp when the rule was last updated.

Returns:

  • (Time)


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