class Aws::CodeGuruReviewer::Types::RuleMetadata

Metadata about a rule. Rule metadata includes an ID, a name, a list of tags, and a short and long description. CodeGuru Reviewer uses rules to analyze code. A rule's recommendation is included in analysis results if code is detected that violates the rule.

@!attribute [rw] rule_id

The ID of the rule.
@return [String]

@!attribute [rw] rule_name

The name of the rule.
@return [String]

@!attribute [rw] short_description

A short description of the rule.
@return [String]

@!attribute [rw] long_description

A long description of the rule.
@return [String]

@!attribute [rw] rule_tags

Tags that are associated with the rule.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/codeguru-reviewer-2019-09-19/RuleMetadata AWS API Documentation

Constants

SENSITIVE