Class: Aws::Types::PITPolicyRule
- Inherits:
-
Object
- Object
- Aws::Types::PITPolicyRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#interval ⇒ ::Integer
Returns the value of attribute interval.
-
#retention_duration ⇒ ::Integer
Returns the value of attribute retention_duration.
-
#rule_id ⇒ ::Integer
Returns the value of attribute rule_id.
-
#units ⇒ "MINUTE", ...
Returns the value of attribute units.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
813 814 815 |
# File 'sig/types.rbs', line 813 def enabled @enabled end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
811 812 813 |
# File 'sig/types.rbs', line 811 def interval @interval end |
#retention_duration ⇒ ::Integer
Returns the value of attribute retention_duration.
812 813 814 |
# File 'sig/types.rbs', line 812 def retention_duration @retention_duration end |
#rule_id ⇒ ::Integer
Returns the value of attribute rule_id.
809 810 811 |
# File 'sig/types.rbs', line 809 def rule_id @rule_id end |
#units ⇒ "MINUTE", ...
Returns the value of attribute units.
810 811 812 |
# File 'sig/types.rbs', line 810 def units @units end |