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.
86 87 88 |
# File 'sig/types.rbs', line 86 def l1_ids @l1_ids end |
#l2_ids ⇒ ::Array[::String]
Returns the value of attribute l2_ids.
87 88 89 |
# File 'sig/types.rbs', line 87 def l2_ids @l2_ids end |
#l3_ids ⇒ ::Array[::String]
Returns the value of attribute l3_ids.
88 89 90 |
# File 'sig/types.rbs', line 88 def l3_ids @l3_ids end |
#l4_ids ⇒ ::Array[::String]
Returns the value of attribute l4_ids.
89 90 91 |
# File 'sig/types.rbs', line 89 def l4_ids @l4_ids end |
#l5_ids ⇒ ::Array[::String]
Returns the value of attribute l5_ids.
90 91 92 |
# File 'sig/types.rbs', line 90 def l5_ids @l5_ids end |