Class: Aws::Types::HierarchyGroupCondition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hierarchy_group_match_type"EXACT", "WITH_CHILD_GROUPS"

Returns the value of attribute hierarchy_group_match_type.

Returns:

  • ("EXACT", "WITH_CHILD_GROUPS")


4441
4442
4443
# File 'sig/types.rbs', line 4441

def hierarchy_group_match_type
  @hierarchy_group_match_type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


4440
4441
4442
# File 'sig/types.rbs', line 4440

def value
  @value
end