Class: Aws::RDS::Types::RestoreWindow

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

Overview

Earliest and latest time an instance can be restored to:

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#earliest_timeTime

The earliest time you can restore an instance to.

Returns:

  • (Time)


25423
25424
25425
25426
25427
25428
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 25423

class RestoreWindow < Struct.new(
  :earliest_time,
  :latest_time)
  SENSITIVE = []
  include Aws::Structure
end

#latest_timeTime

The latest time you can restore an instance to.

Returns:

  • (Time)


25423
25424
25425
25426
25427
25428
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 25423

class RestoreWindow < Struct.new(
  :earliest_time,
  :latest_time)
  SENSITIVE = []
  include Aws::Structure
end