Class: Aws::Types::RestoreTestingSelectionForUpdate
- Inherits:
-
Object
- Object
- Aws::Types::RestoreTestingSelectionForUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#restore_metadata_overrides ⇒ ::Hash[::String, ::String]
Returns the value of attribute restore_metadata_overrides.
-
#validation_window_hours ⇒ ::Integer
Returns the value of attribute validation_window_hours.
Instance Attribute Details
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def iam_role_arn @iam_role_arn end |
#protected_resource_arns ⇒ ::Array[::String]
Returns the value of attribute protected_resource_arns.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def protected_resource_arns @protected_resource_arns end |
#protected_resource_conditions ⇒ Types::ProtectedResourceConditions
Returns the value of attribute protected_resource_conditions.
2042 2043 2044 |
# File 'sig/types.rbs', line 2042 def protected_resource_conditions @protected_resource_conditions end |
#restore_metadata_overrides ⇒ ::Hash[::String, ::String]
Returns the value of attribute restore_metadata_overrides.
2043 2044 2045 |
# File 'sig/types.rbs', line 2043 def @restore_metadata_overrides end |
#validation_window_hours ⇒ ::Integer
Returns the value of attribute validation_window_hours.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def validation_window_hours @validation_window_hours end |