Class: Aws::Types::RuleMetadata
- Inherits:
-
Object
- Object
- Aws::Types::RuleMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#long_description ⇒ ::String
Returns the value of attribute long_description.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#rule_tags ⇒ ::Array[::String]
Returns the value of attribute rule_tags.
-
#short_description ⇒ ::String
Returns the value of attribute short_description.
Instance Attribute Details
#long_description ⇒ ::String
Returns the value of attribute long_description.
367 368 369 |
# File 'sig/types.rbs', line 367 def long_description @long_description end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
364 365 366 |
# File 'sig/types.rbs', line 364 def rule_id @rule_id end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
365 366 367 |
# File 'sig/types.rbs', line 365 def rule_name @rule_name end |
#rule_tags ⇒ ::Array[::String]
Returns the value of attribute rule_tags.
368 369 370 |
# File 'sig/types.rbs', line 368 def @rule_tags end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
366 367 368 |
# File 'sig/types.rbs', line 366 def short_description @short_description end |