Class: Aws::Types::ListRestoreTestingPlansOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1623
1624
1625
# File 'sig/types.rbs', line 1623

def next_token
  @next_token
end

#restore_testing_plans::Array[Types::RestoreTestingPlanForList]

Returns the value of attribute restore_testing_plans.

Returns:



1624
1625
1626
# File 'sig/types.rbs', line 1624

def restore_testing_plans
  @restore_testing_plans
end