Class: Aws::Types::UpdateRestoreTestingSelectionOutput

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)


2389
2390
2391
# File 'sig/types.rbs', line 2389

def creation_time
  @creation_time
end

#restore_testing_plan_arn::String

Returns the value of attribute restore_testing_plan_arn.

Returns:

  • (::String)


2390
2391
2392
# File 'sig/types.rbs', line 2390

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)


2391
2392
2393
# File 'sig/types.rbs', line 2391

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)


2392
2393
2394
# File 'sig/types.rbs', line 2392

def restore_testing_selection_name
  @restore_testing_selection_name
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


2393
2394
2395
# File 'sig/types.rbs', line 2393

def update_time
  @update_time
end