Class: Aws::Backup::Types::ProtectedResourceConditions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

The conditions that you define for resources in your restore testing plan using tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#string_equalsArray<Types::KeyValue>

Filters the values of your tagged resources for only those resources that you tagged with the same value. Also called "exact matching."

Returns:



6270
6271
6272
6273
6274
6275
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6270

class ProtectedResourceConditions < Struct.new(
  :string_equals,
  :string_not_equals)
  SENSITIVE = []
  include Aws::Structure
end

#string_not_equalsArray<Types::KeyValue>

Filters the values of your tagged resources for only those resources that you tagged that do not have the same value. Also called "negated matching."

Returns:



6270
6271
6272
6273
6274
6275
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 6270

class ProtectedResourceConditions < Struct.new(
  :string_equals,
  :string_not_equals)
  SENSITIVE = []
  include Aws::Structure
end