Class: Aws::Backup::Types::CreateRestoreTestingPlanOutput

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 date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC). The value of ‘CreationTime` is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087AM.

Returns:

  • (Time)


2112
2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-backup/types.rb', line 2112

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

#restore_testing_plan_arnString

An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.

Returns:

  • (String)


2112
2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-backup/types.rb', line 2112

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

#restore_testing_plan_nameString

This unique string 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)


2112
2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-backup/types.rb', line 2112

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