Class: Aws::Backup::Types::CreateRestoreTestingSelectionOutput

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 created successfully.

Returns:

  • (Time)


2166
2167
2168
2169
2170
2171
2172
2173
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2166

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

#restore_testing_plan_arnString

This is the ARN of the restore testing plan with which the restore testing selection is associated.

Returns:

  • (String)


2166
2167
2168
2169
2170
2171
2172
2173
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2166

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

#restore_testing_plan_nameString

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

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

Returns:

  • (String)


2166
2167
2168
2169
2170
2171
2172
2173
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2166

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

#restore_testing_selection_nameString

This is the unique name of the restore testing selection that belongs to the related restore testing plan.

Returns:

  • (String)


2166
2167
2168
2169
2170
2171
2172
2173
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2166

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