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")


4250
4251
4252
# File 'sig/types.rbs', line 4250

def hierarchy_group_match_type
  @hierarchy_group_match_type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


4249
4250
4251
# File 'sig/types.rbs', line 4249

def value
  @value
end