Class: Aws::Types::RestoreTestingSelectionForGet
- Inherits:
-
Object
- Object
- Aws::Types::RestoreTestingSelectionForGet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#protected_resource_arns ⇒ ::Array[::String]
Returns the value of attribute protected_resource_arns.
-
#protected_resource_conditions ⇒ Types::ProtectedResourceConditions
Returns the value of attribute protected_resource_conditions.
-
#protected_resource_type ⇒ ::String
Returns the value of attribute protected_resource_type.
-
#restore_metadata_overrides ⇒ ::Hash[::String, ::String]
Returns the value of attribute restore_metadata_overrides.
-
#restore_testing_plan_name ⇒ ::String
Returns the value of attribute restore_testing_plan_name.
-
#restore_testing_selection_name ⇒ ::String
Returns the value of attribute restore_testing_selection_name.
-
#validation_window_hours ⇒ ::Integer
Returns the value of attribute validation_window_hours.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
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.
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.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def protected_resource_arns @protected_resource_arns end |
#protected_resource_conditions ⇒ Types::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.
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.
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.
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.
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.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def validation_window_hours @validation_window_hours end |