Class: Aws::Types::RuleSummary
- Inherits:
-
Object
- Object
- Aws::Types::RuleSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#lock_state ⇒ "locked", ...
Returns the value of attribute lock_state.
-
#retention_period ⇒ Types::RetentionPeriod
Returns the value of attribute retention_period.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
147 148 149 |
# File 'sig/types.rbs', line 147 def description @description end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
146 147 148 |
# File 'sig/types.rbs', line 146 def identifier @identifier end |
#lock_state ⇒ "locked", ...
Returns the value of attribute lock_state.
149 150 151 |
# File 'sig/types.rbs', line 149 def lock_state @lock_state end |
#retention_period ⇒ Types::RetentionPeriod
Returns the value of attribute retention_period.
148 149 150 |
# File 'sig/types.rbs', line 148 def retention_period @retention_period end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
150 151 152 |
# File 'sig/types.rbs', line 150 def rule_arn @rule_arn end |