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.
7244 7245 7246 7247 7248 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7244 class DescribeUserHierarchyStructureResponse < Struct.new( :hierarchy_structure) SENSITIVE = [] include Aws::Structure end |