Class: Aws::Backup::Types::UpdateRestoreTestingSelectionOutput

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 selection was updated successfully.

Returns:

  • (Time)


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

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

#restore_testing_plan_arnString

Unique string that is the name of the restore testing plan.

Returns:

  • (String)


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

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

#restore_testing_plan_nameString

This is the restore testing plan with which the updated restore testing selection is associated.

Returns:

  • (String)


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

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

#restore_testing_selection_nameString

This is the returned restore testing selection name.

Returns:

  • (String)


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

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

#update_timeTime

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

Returns:

  • (Time)


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

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