Class: Aws::Types::AutomatedSnapshotPauseRequestOptions
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedSnapshotPauseRequestOptions
- 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.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
284 285 286 |
# File 'sig/types.rbs', line 284 def enabled @enabled end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
286 287 288 |
# File 'sig/types.rbs', line 286 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
285 286 287 |
# File 'sig/types.rbs', line 285 def start_time @start_time end |