Class: Aws::Types::DbBackupConfigurationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_schedule::String

Returns the value of attribute custom_schedule.

Returns:

  • (::String)


182
183
184
# File 'sig/types.rbs', line 182

def custom_schedule
  @custom_schedule
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


181
182
183
# File 'sig/types.rbs', line 181

def enabled
  @enabled
end

#next_automated_backup_time::Time

Returns the value of attribute next_automated_backup_time.

Returns:

  • (::Time)


183
184
185
# File 'sig/types.rbs', line 183

def next_automated_backup_time
  @next_automated_backup_time
end

#retention_days::Integer

Returns the value of attribute retention_days.

Returns:

  • (::Integer)


180
181
182
# File 'sig/types.rbs', line 180

def retention_days
  @retention_days
end

#type"HOURLY", ...

Returns the value of attribute type.

Returns:

  • ("HOURLY", "DAILY", "WEEKLY", "MONTHLY", "CUSTOM_SCHEDULE", "CONTINUOUS")


179
180
181
# File 'sig/types.rbs', line 179

def type
  @type
end