Class: Aws::Types::RestoreTestingSelectionForCreate

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)


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.

Returns:

  • (::Array[::String])


2006
2007
2008
# File 'sig/types.rbs', line 2006

def protected_resource_arns
  @protected_resource_arns
end

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

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


2011
2012
2013
# File 'sig/types.rbs', line 2011

def validation_window_hours
  @validation_window_hours
end