Class: Aws::Types::CreateRestoreTestingSelectionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


463
464
465
# File 'sig/types.rbs', line 463

def creator_request_id
  @creator_request_id
end

#restore_testing_plan_name::String

Returns the value of attribute restore_testing_plan_name.

Returns:

  • (::String)


464
465
466
# File 'sig/types.rbs', line 464

def restore_testing_plan_name
  @restore_testing_plan_name
end

#restore_testing_selectionTypes::RestoreTestingSelectionForCreate

Returns the value of attribute restore_testing_selection.



465
466
467
# File 'sig/types.rbs', line 465

def restore_testing_selection
  @restore_testing_selection
end