Class: Aws::Connect::Types::DescribeUserHierarchyStructureResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DescribeUserHierarchyStructureResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hierarchy_structure ⇒ Types::HierarchyStructure
Information about the hierarchy structure.
Instance Attribute Details
#hierarchy_structure ⇒ Types::HierarchyStructure
Information about the hierarchy structure.
11138 11139 11140 11141 11142 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 11138 class DescribeUserHierarchyStructureResponse < Struct.new( :hierarchy_structure) SENSITIVE = [] include Aws::Structure end |