Class: Aws::Types::RuleSet
- Inherits:
-
Object
- Object
- Aws::Types::RuleSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_modification_date ⇒ ::Time
Returns the value of attribute last_modification_date.
-
#rule_set_id ⇒ ::String
Returns the value of attribute rule_set_id.
-
#rule_set_name ⇒ ::String
Returns the value of attribute rule_set_name.
Instance Attribute Details
#last_modification_date ⇒ ::Time
Returns the value of attribute last_modification_date.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def last_modification_date @last_modification_date end |
#rule_set_id ⇒ ::String
Returns the value of attribute rule_set_id.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def rule_set_id @rule_set_id end |
#rule_set_name ⇒ ::String
Returns the value of attribute rule_set_name.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def rule_set_name @rule_set_name end |