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.
168 169 170 |
# File 'sig/types.rbs', line 168 def enabled @enabled end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
170 171 172 |
# File 'sig/types.rbs', line 170 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
169 170 171 |
# File 'sig/types.rbs', line 169 def start_time @start_time end |