Class: Aws::Connect::Types::AttributeAndCondition

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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

#hierarchy_group_conditionTypes::HierarchyGroupCondition

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



1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1144

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

#tag_conditionsArray<Types::TagCondition>

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

Returns:



1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1144

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