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

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

Returns:

  • (Time)


8861
8862
8863
8864
8865
8866
8867
8868
8869
# File 'lib/aws-sdk-backup/types.rb', line 8861

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)


8861
8862
8863
8864
8865
8866
8867
8868
8869
# File 'lib/aws-sdk-backup/types.rb', line 8861

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

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

Returns:

  • (String)


8861
8862
8863
8864
8865
8866
8867
8868
8869
# File 'lib/aws-sdk-backup/types.rb', line 8861

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

The returned restore testing selection name.

Returns:

  • (String)


8861
8862
8863
8864
8865
8866
8867
8868
8869
# File 'lib/aws-sdk-backup/types.rb', line 8861

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

The time the update completed for the restore testing selection.

Returns:

  • (Time)


8861
8862
8863
8864
8865
8866
8867
8868
8869
# File 'lib/aws-sdk-backup/types.rb', line 8861

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