Class: Aws::Types::AutomatedSnapshotPauseRequestOptions

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:

  • (Boolean)


284
285
286
# File 'sig/types.rbs', line 284

def enabled
  @enabled
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::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.

Returns:

  • (::Time)


285
286
287
# File 'sig/types.rbs', line 285

def start_time
  @start_time
end