Class: Aws::Backup::Types::UpdateRestoreTestingPlanOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the resource testing plan was created.

Returns:

  • (Time)


8801
8802
8803
8804
8805
8806
8807
8808
# File 'lib/aws-sdk-backup/types.rb', line 8801

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

#restore_testing_plan_arnString

Unique ARN (Amazon Resource Name) of the restore testing plan.

Returns:

  • (String)


8801
8802
8803
8804
8805
8806
8807
8808
# File 'lib/aws-sdk-backup/types.rb', line 8801

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

#restore_testing_plan_nameString

The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.

Returns:

  • (String)


8801
8802
8803
8804
8805
8806
8807
8808
# File 'lib/aws-sdk-backup/types.rb', line 8801

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

#update_timeTime

The time the update completed for the restore testing plan.

Returns:

  • (Time)


8801
8802
8803
8804
8805
8806
8807
8808
# File 'lib/aws-sdk-backup/types.rb', line 8801

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