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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

This is the time the resource testing plan was created.

Returns:

  • (Time)


8740
8741
8742
8743
8744
8745
8746
8747
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8740

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)


8740
8741
8742
8743
8744
8745
8746
8747
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8740

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)


8740
8741
8742
8743
8744
8745
8746
8747
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8740

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

#update_timeTime

This is the time the update completed for the restore testing plan.

Returns:

  • (Time)


8740
8741
8742
8743
8744
8745
8746
8747
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 8740

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