Class: Aws::Types::RestoreTestingSelectionForUpdate

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

#iam_role_arn::String

Returns the value of attribute iam_role_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


2041
2042
2043
# File 'sig/types.rbs', line 2041

def protected_resource_arns
  @protected_resource_arns
end

#protected_resource_conditionsTypes::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.

Returns:

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


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.

Returns:

  • (::Integer)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def validation_window_hours
  @validation_window_hours
end