Class: Aws::Types::RestoreTestingPlanForCreate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#recovery_point_selectionTypes::RestoreTestingRecoveryPointSelection

Returns the value of attribute recovery_point_selection.



1953
1954
1955
# File 'sig/types.rbs', line 1953

def recovery_point_selection
  @recovery_point_selection
end

#restore_testing_plan_name::String

Returns the value of attribute restore_testing_plan_name.

Returns:

  • (::String)


1954
1955
1956
# File 'sig/types.rbs', line 1954

def restore_testing_plan_name
  @restore_testing_plan_name
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


1955
1956
1957
# File 'sig/types.rbs', line 1955

def schedule_expression
  @schedule_expression
end

#schedule_expression_timezone::String

Returns the value of attribute schedule_expression_timezone.

Returns:

  • (::String)


1956
1957
1958
# File 'sig/types.rbs', line 1956

def schedule_expression_timezone
  @schedule_expression_timezone
end

#start_window_hours::Integer

Returns the value of attribute start_window_hours.

Returns:

  • (::Integer)


1957
1958
1959
# File 'sig/types.rbs', line 1957

def start_window_hours
  @start_window_hours
end