Class: Aws::Types::AgentHierarchyGroups

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#l1_ids::Array[::String]

Returns the value of attribute l1_ids.

Returns:

  • (::Array[::String])


80
81
82
# File 'sig/types.rbs', line 80

def l1_ids
  @l1_ids
end

#l2_ids::Array[::String]

Returns the value of attribute l2_ids.

Returns:

  • (::Array[::String])


81
82
83
# File 'sig/types.rbs', line 81

def l2_ids
  @l2_ids
end

#l3_ids::Array[::String]

Returns the value of attribute l3_ids.

Returns:

  • (::Array[::String])


82
83
84
# File 'sig/types.rbs', line 82

def l3_ids
  @l3_ids
end

#l4_ids::Array[::String]

Returns the value of attribute l4_ids.

Returns:

  • (::Array[::String])


83
84
85
# File 'sig/types.rbs', line 83

def l4_ids
  @l4_ids
end

#l5_ids::Array[::String]

Returns the value of attribute l5_ids.

Returns:

  • (::Array[::String])


84
85
86
# File 'sig/types.rbs', line 84

def l5_ids
  @l5_ids
end