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


4308
4309
4310
# File 'sig/types.rbs', line 4308

def hierarchy_group_match_type
  @hierarchy_group_match_type
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


4307
4308
4309
# File 'sig/types.rbs', line 4307

def value
  @value
end