Class: Aws::Types::CreateRestoreTestingPlanOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


456
457
458
# File 'sig/types.rbs', line 456

def creation_time
  @creation_time
end

#restore_testing_plan_arn::String

Returns the value of attribute restore_testing_plan_arn.

Returns:

  • (::String)


457
458
459
# File 'sig/types.rbs', line 457

def restore_testing_plan_arn
  @restore_testing_plan_arn
end

#restore_testing_plan_name::String

Returns the value of attribute restore_testing_plan_name.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def restore_testing_plan_name
  @restore_testing_plan_name
end