Class: Aws::Types::RestoreTestingRecoveryPointSelection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#algorithm"LATEST_WITHIN_WINDOW", "RANDOM_WITHIN_WINDOW"

Returns the value of attribute algorithm.

Returns:

  • ("LATEST_WITHIN_WINDOW", "RANDOM_WITHIN_WINDOW")


1996
1997
1998
# File 'sig/types.rbs', line 1996

def algorithm
  @algorithm
end

#exclude_vaults::Array[::String]

Returns the value of attribute exclude_vaults.

Returns:

  • (::Array[::String])


1997
1998
1999
# File 'sig/types.rbs', line 1997

def exclude_vaults
  @exclude_vaults
end

#include_vaults::Array[::String]

Returns the value of attribute include_vaults.

Returns:

  • (::Array[::String])


1998
1999
2000
# File 'sig/types.rbs', line 1998

def include_vaults
  @include_vaults
end

#recovery_point_types::Array[("CONTINUOUS" | "SNAPSHOT")]

Returns the value of attribute recovery_point_types.

Returns:

  • (::Array[("CONTINUOUS" | "SNAPSHOT")])


1999
2000
2001
# File 'sig/types.rbs', line 1999

def recovery_point_types
  @recovery_point_types
end

#selection_window_days::Integer

Returns the value of attribute selection_window_days.

Returns:

  • (::Integer)


2000
2001
2002
# File 'sig/types.rbs', line 2000

def selection_window_days
  @selection_window_days
end