Class: Aws::Odb::Types::LongTermBackupSchedule

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

The long-term backup schedule for an Autonomous Database.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_disabledBoolean

Indicates whether the long-term backup schedule is disabled.

Returns:

  • (Boolean)


7268
7269
7270
7271
7272
7273
7274
7275
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7268

class LongTermBackupSchedule < Struct.new(
  :is_disabled,
  :repeat_cadence,
  :retention_period_in_days,
  :time_of_backup)
  SENSITIVE = []
  include Aws::Structure
end

#repeat_cadenceString

The cadence at which long-term backups are taken.

Returns:

  • (String)


7268
7269
7270
7271
7272
7273
7274
7275
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7268

class LongTermBackupSchedule < Struct.new(
  :is_disabled,
  :repeat_cadence,
  :retention_period_in_days,
  :time_of_backup)
  SENSITIVE = []
  include Aws::Structure
end

#retention_period_in_daysInteger

The retention period, in days, for long-term backups.

Returns:

  • (Integer)


7268
7269
7270
7271
7272
7273
7274
7275
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7268

class LongTermBackupSchedule < Struct.new(
  :is_disabled,
  :repeat_cadence,
  :retention_period_in_days,
  :time_of_backup)
  SENSITIVE = []
  include Aws::Structure
end

#time_of_backupTime

The date and time at which the long-term backup is taken.

Returns:

  • (Time)


7268
7269
7270
7271
7272
7273
7274
7275
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 7268

class LongTermBackupSchedule < Struct.new(
  :is_disabled,
  :repeat_cadence,
  :retention_period_in_days,
  :time_of_backup)
  SENSITIVE = []
  include Aws::Structure
end