Class: Aws::Types::RestoreTestingPlanForUpdate

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.



1988
1989
1990
# File 'sig/types.rbs', line 1988

def recovery_point_selection
  @recovery_point_selection
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


1989
1990
1991
# File 'sig/types.rbs', line 1989

def schedule_expression
  @schedule_expression
end

#schedule_expression_timezone::String

Returns the value of attribute schedule_expression_timezone.

Returns:

  • (::String)


1990
1991
1992
# File 'sig/types.rbs', line 1990

def schedule_expression_timezone
  @schedule_expression_timezone
end

#start_window_hours::Integer

Returns the value of attribute start_window_hours.

Returns:

  • (::Integer)


1991
1992
1993
# File 'sig/types.rbs', line 1991

def start_window_hours
  @start_window_hours
end