Class: Aws::Types::RecoveryPointSelection
- Inherits:
-
Object
- Object
- Aws::Types::RecoveryPointSelection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_range ⇒ Types::DateRange
Returns the value of attribute date_range.
-
#resource_identifiers ⇒ ::Array[::String]
Returns the value of attribute resource_identifiers.
-
#vault_names ⇒ ::Array[::String]
Returns the value of attribute vault_names.
Instance Attribute Details
#date_range ⇒ Types::DateRange
Returns the value of attribute date_range.
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.
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.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def vault_names @vault_names end |