Class: Aws::Types::AgentHierarchyGroups
- Inherits:
-
Object
- Object
- Aws::Types::AgentHierarchyGroups
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#l1_ids ⇒ ::Array[::String]
Returns the value of attribute l1_ids.
-
#l2_ids ⇒ ::Array[::String]
Returns the value of attribute l2_ids.
-
#l3_ids ⇒ ::Array[::String]
Returns the value of attribute l3_ids.
-
#l4_ids ⇒ ::Array[::String]
Returns the value of attribute l4_ids.
-
#l5_ids ⇒ ::Array[::String]
Returns the value of attribute l5_ids.
Instance Attribute Details
#l1_ids ⇒ ::Array[::String]
Returns the value of attribute l1_ids.
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.
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.
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.
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.
84 85 86 |
# File 'sig/types.rbs', line 84 def l5_ids @l5_ids end |