Class: Aws::Types::AutomatedSnapshotPauseOptions
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedSnapshotPauseOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#state ⇒ "Active", ...
Returns the value of attribute state.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
270 271 272 |
# File 'sig/types.rbs', line 270 def enabled @enabled end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
272 273 274 |
# File 'sig/types.rbs', line 272 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
271 272 273 |
# File 'sig/types.rbs', line 271 def start_time @start_time end |
#state ⇒ "Active", ...
Returns the value of attribute state.
273 274 275 |
# File 'sig/types.rbs', line 273 def state @state end |