Class: Aws::Types::RecoveryPointSelection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date_rangeTypes::DateRange

Returns the value of attribute date_range.

Returns:



1833
1834
1835
# File 'sig/types.rbs', line 1833

def date_range
  @date_range
end

#resource_identifiers::Array[::String]

Returns the value of attribute resource_identifiers.

Returns:

  • (::Array[::String])


1832
1833
1834
# File 'sig/types.rbs', line 1832

def resource_identifiers
  @resource_identifiers
end

#vault_names::Array[::String]

Returns the value of attribute vault_names.

Returns:

  • (::Array[::String])


1831
1832
1833
# File 'sig/types.rbs', line 1831

def vault_names
  @vault_names
end