Method: Aws::Backup::Types::RecoveryPointSelection#resource_identifiers
- Defined in:
- lib/aws-sdk-backup/types.rb
#resource_identifiers ⇒ Array<String>
These are the resources included in the resource selection (including type of resources and vaults).
6811 6812 6813 6814 6815 6816 6817 |
# File 'lib/aws-sdk-backup/types.rb', line 6811 class RecoveryPointSelection < Struct.new( :vault_names, :resource_identifiers, :date_range) SENSITIVE = [] include Aws::Structure end |