Class: Aws::Types::DbBackupConfiguration

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)


174
175
176
# File 'sig/types.rbs', line 174

def custom_schedule
  @custom_schedule
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


173
174
175
# File 'sig/types.rbs', line 173

def enabled
  @enabled
end

#retention_days::Integer

Returns the value of attribute retention_days.

Returns:

  • (::Integer)


172
173
174
# File 'sig/types.rbs', line 172

def retention_days
  @retention_days
end

#type"HOURLY", ...

Returns the value of attribute type.

Returns:

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


171
172
173
# File 'sig/types.rbs', line 171

def type
  @type
end