Class: Aws::Types::RestoreTestingSelectionForCreate
- Inherits:
-
Object
- Object
- Aws::Types::RestoreTestingSelectionForCreate
- 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.
-
#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_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
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def iam_role_arn @iam_role_arn end |
#protected_resource_arns ⇒ ::Array[::String]
Returns the value of attribute protected_resource_arns.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def protected_resource_arns @protected_resource_arns end |
#protected_resource_conditions ⇒ Types::ProtectedResourceConditions
Returns the value of attribute protected_resource_conditions.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def protected_resource_conditions @protected_resource_conditions end |
#protected_resource_type ⇒ ::String
Returns the value of attribute protected_resource_type.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def protected_resource_type @protected_resource_type end |
#restore_metadata_overrides ⇒ ::Hash[::String, ::String]
Returns the value of attribute restore_metadata_overrides.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def @restore_metadata_overrides end |
#restore_testing_selection_name ⇒ ::String
Returns the value of attribute restore_testing_selection_name.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def restore_testing_selection_name @restore_testing_selection_name end |
#validation_window_hours ⇒ ::Integer
Returns the value of attribute validation_window_hours.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def validation_window_hours @validation_window_hours end |