Class: Aws::Connect::Types::CommonAttributeAndCondition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

A list of conditions which would be applied together with an ‘AND` condition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tag_conditionsArray<Types::TagCondition>

A leaf node condition which can be used to specify a tag condition.

Returns:



2061
2062
2063
2064
2065
# File 'lib/aws-sdk-connect/types.rb', line 2061

class CommonAttributeAndCondition < Struct.new(
  :tag_conditions)
  SENSITIVE = []
  include Aws::Structure
end