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

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

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)


2096
2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2096

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)


2096
2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2096

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)


2096
2097
2098
2099
2100
2101
2102
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 2096

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