Class: Aws::Types::LongTermBackupSchedule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_disabledBoolean

Returns the value of attribute is_disabled.

Returns:

  • (Boolean)


2048
2049
2050
# File 'sig/types.rbs', line 2048

def is_disabled
  @is_disabled
end

#repeat_cadence"ONE_TIME", ...

Returns the value of attribute repeat_cadence.

Returns:

  • ("ONE_TIME", "WEEKLY", "MONTHLY", "YEARLY")


2049
2050
2051
# File 'sig/types.rbs', line 2049

def repeat_cadence
  @repeat_cadence
end

#retention_period_in_days::Integer

Returns the value of attribute retention_period_in_days.

Returns:

  • (::Integer)


2050
2051
2052
# File 'sig/types.rbs', line 2050

def retention_period_in_days
  @retention_period_in_days
end

#time_of_backup::Time

Returns the value of attribute time_of_backup.

Returns:

  • (::Time)


2051
2052
2053
# File 'sig/types.rbs', line 2051

def time_of_backup
  @time_of_backup
end