Method: Aws::Backup::Types::UpdateRestoreTestingPlanOutput#update_time

Defined in:
lib/aws-sdk-backup/types.rb

#update_timeTime

The time the update completed for the restore testing plan.

Returns:

  • (Time)


11315
11316
11317
11318
11319
11320
11321
11322
# File 'lib/aws-sdk-backup/types.rb', line 11315

class UpdateRestoreTestingPlanOutput < Struct.new(
  :creation_time,
  :restore_testing_plan_arn,
  :restore_testing_plan_name,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end