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:

  • (Boolean)


270
271
272
# File 'sig/types.rbs', line 270

def enabled
  @enabled
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

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

Returns:

  • (::Time)


271
272
273
# File 'sig/types.rbs', line 271

def start_time
  @start_time
end

#state"Active", ...

Returns the value of attribute state.

Returns:

  • ("Active", "Completed", "Scheduled", "Disabled")


273
274
275
# File 'sig/types.rbs', line 273

def state
  @state
end