Class: Aws::Types::AutomatedSnapshotPauseOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:



154
155
156
# File 'sig/types.rbs', line 154

def enabled
  @enabled
end

#end_time::Time

Returns the value of attribute end_time.

Returns:



156
157
158
# File 'sig/types.rbs', line 156

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:



155
156
157
# File 'sig/types.rbs', line 155

def start_time
  @start_time
end

#state"Active", ...

Returns the value of attribute state.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def state
  @state
end