Class: Aws::Odb::Types::LongTermBackupSchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::LongTermBackupSchedule
- 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
-
#is_disabled ⇒ Boolean
Indicates whether the long-term backup schedule is disabled.
-
#repeat_cadence ⇒ String
The cadence at which long-term backups are taken.
-
#retention_period_in_days ⇒ Integer
The retention period, in days, for long-term backups.
-
#time_of_backup ⇒ Time
The date and time at which the long-term backup is taken.
Instance Attribute Details
#is_disabled ⇒ Boolean
Indicates whether the long-term backup schedule is disabled.
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_cadence ⇒ String
The cadence at which long-term backups are taken.
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_days ⇒ Integer
The retention period, in days, for long-term backups.
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_backup ⇒ Time
The date and time at which the long-term backup is taken.
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 |