Class: Aws::Types::AutoTuneMaintenanceSchedule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cron_expression_for_recurrence::String

Returns the value of attribute cron_expression_for_recurrence.

Returns:

  • (::String)


227
228
229
# File 'sig/types.rbs', line 227

def cron_expression_for_recurrence
  @cron_expression_for_recurrence
end

#durationTypes::Duration

Returns the value of attribute duration.

Returns:



226
227
228
# File 'sig/types.rbs', line 226

def duration
  @duration
end

#start_at::Time

Returns the value of attribute start_at.

Returns:

  • (::Time)


225
226
227
# File 'sig/types.rbs', line 225

def start_at
  @start_at
end