Class: Aws::Types::CreateRestoreTestingSelectionOutput

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)


470
471
472
# File 'sig/types.rbs', line 470

def creation_time
  @creation_time
end

#restore_testing_plan_arn::String

Returns the value of attribute restore_testing_plan_arn.

Returns:

  • (::String)


471
472
473
# File 'sig/types.rbs', line 471

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)


472
473
474
# File 'sig/types.rbs', line 472

def restore_testing_plan_name
  @restore_testing_plan_name
end

#restore_testing_selection_name::String

Returns the value of attribute restore_testing_selection_name.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def restore_testing_selection_name
  @restore_testing_selection_name
end