Class: Aws::Types::RestoreTestingSelectionForGet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:restore_metadata_overrides])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


2016
2017
2018
# File 'sig/types.rbs', line 2016

def creation_time
  @creation_time
end

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


2017
2018
2019
# File 'sig/types.rbs', line 2017

def creator_request_id
  @creator_request_id
end

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


2018
2019
2020
# File 'sig/types.rbs', line 2018

def iam_role_arn
  @iam_role_arn
end

#protected_resource_arns::Array[::String]

Returns the value of attribute protected_resource_arns.

Returns:

  • (::Array[::String])


2019
2020
2021
# File 'sig/types.rbs', line 2019

def protected_resource_arns
  @protected_resource_arns
end

#protected_resource_conditionsTypes::ProtectedResourceConditions

Returns the value of attribute protected_resource_conditions.



2020
2021
2022
# File 'sig/types.rbs', line 2020

def protected_resource_conditions
  @protected_resource_conditions
end

#protected_resource_type::String

Returns the value of attribute protected_resource_type.

Returns:

  • (::String)


2021
2022
2023
# File 'sig/types.rbs', line 2021

def protected_resource_type
  @protected_resource_type
end

#restore_metadata_overrides::Hash[::String, ::String]

Returns the value of attribute restore_metadata_overrides.

Returns:

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


2022
2023
2024
# File 'sig/types.rbs', line 2022

def 
  @restore_metadata_overrides
end

#restore_testing_plan_name::String

Returns the value of attribute restore_testing_plan_name.

Returns:

  • (::String)


2023
2024
2025
# File 'sig/types.rbs', line 2023

def restore_testing_plan_name
  @restore_testing_plan_name
end

#restore_testing_selection_name::String

Returns the value of attribute restore_testing_selection_name.

Returns:

  • (::String)


2024
2025
2026
# File 'sig/types.rbs', line 2024

def restore_testing_selection_name
  @restore_testing_selection_name
end

#validation_window_hours::Integer

Returns the value of attribute validation_window_hours.

Returns:

  • (::Integer)


2025
2026
2027
# File 'sig/types.rbs', line 2025

def validation_window_hours
  @validation_window_hours
end