Class: Aws::Types::PostRollConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PostRollConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
603 604 605 |
# File 'sig/types.rbs', line 603 def duration_seconds @duration_seconds end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
604 605 606 |
# File 'sig/types.rbs', line 604 def enabled @enabled end |