Class: Aws::Types::CreateRestoreTestingPlanInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def creator_request_id
  @creator_request_id
end

#restore_testing_planTypes::RestoreTestingPlanForCreate

Returns the value of attribute restore_testing_plan.



450
451
452
# File 'sig/types.rbs', line 450

def restore_testing_plan
  @restore_testing_plan
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


451
452
453
# File 'sig/types.rbs', line 451

def tags
  @tags
end