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

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

#hierarchy_group_conditionTypes::HierarchyGroupCondition

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



1003
1004
1005
1006
1007
1008
# File 'lib/aws-sdk-connect/types.rb', line 1003

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:



1003
1004
1005
1006
1007
1008
# File 'lib/aws-sdk-connect/types.rb', line 1003

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