Class: Aws::Types::PointInTimeRecoverySpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#point_in_time_recovery_enabledBoolean

Returns the value of attribute point_in_time_recovery_enabled.

Returns:

  • (Boolean)


1149
1150
1151
# File 'sig/types.rbs', line 1149

def point_in_time_recovery_enabled
  @point_in_time_recovery_enabled
end

#recovery_period_in_days::Integer

Returns the value of attribute recovery_period_in_days.

Returns:

  • (::Integer)


1150
1151
1152
# File 'sig/types.rbs', line 1150

def recovery_period_in_days
  @recovery_period_in_days
end