Class: Aws::Backup::Types::CreateRestoreTestingPlanOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::CreateRestoreTestingPlanOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The date and time a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC).
-
#restore_testing_plan_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.
-
#restore_testing_plan_name ⇒ String
This unique string is the name of the restore testing plan.
Instance Attribute Details
#creation_time ⇒ Time
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.
2087 2088 2089 2090 2091 2092 2093 |
# File 'lib/aws-sdk-backup/types.rb', line 2087 class CreateRestoreTestingPlanOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name) SENSITIVE = [] include Aws::Structure end |
#restore_testing_plan_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies the created restore testing plan.
2087 2088 2089 2090 2091 2092 2093 |
# File 'lib/aws-sdk-backup/types.rb', line 2087 class CreateRestoreTestingPlanOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name) SENSITIVE = [] include Aws::Structure end |
#restore_testing_plan_name ⇒ String
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.
2087 2088 2089 2090 2091 2092 2093 |
# File 'lib/aws-sdk-backup/types.rb', line 2087 class CreateRestoreTestingPlanOutput < Struct.new( :creation_time, :restore_testing_plan_arn, :restore_testing_plan_name) SENSITIVE = [] include Aws::Structure end |