Class: Aws::Types::RestoreTestingPlanForGet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1962
1963
1964
# File 'sig/types.rbs', line 1962

def creation_time
  @creation_time
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


1963
1964
1965
# File 'sig/types.rbs', line 1963

def creator_request_id
  @creator_request_id
end

#last_execution_time::Time

Returns the value of attribute last_execution_time.

Returns:

  • (::Time)


1964
1965
1966
# File 'sig/types.rbs', line 1964

def last_execution_time
  @last_execution_time
end

#last_update_time::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


1965
1966
1967
# File 'sig/types.rbs', line 1965

def last_update_time
  @last_update_time
end

#recovery_point_selectionTypes::RestoreTestingRecoveryPointSelection

Returns the value of attribute recovery_point_selection.



1966
1967
1968
# File 'sig/types.rbs', line 1966

def recovery_point_selection
  @recovery_point_selection
end

#restore_testing_plan_arn::String

Returns the value of attribute restore_testing_plan_arn.

Returns:

  • (::String)


1967
1968
1969
# File 'sig/types.rbs', line 1967

def restore_testing_plan_arn
  @restore_testing_plan_arn
end

#restore_testing_plan_name::String

Returns the value of attribute restore_testing_plan_name.

Returns:

  • (::String)


1968
1969
1970
# File 'sig/types.rbs', line 1968

def restore_testing_plan_name
  @restore_testing_plan_name
end

#schedule_expression::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


1969
1970
1971
# File 'sig/types.rbs', line 1969

def schedule_expression
  @schedule_expression
end

#schedule_expression_timezone::String

Returns the value of attribute schedule_expression_timezone.

Returns:

  • (::String)


1970
1971
1972
# File 'sig/types.rbs', line 1970

def schedule_expression_timezone
  @schedule_expression_timezone
end

#start_window_hours::Integer

Returns the value of attribute start_window_hours.

Returns:

  • (::Integer)


1971
1972
1973
# File 'sig/types.rbs', line 1971

def start_window_hours
  @start_window_hours
end