Class: Aws::Connect::Types::DescribeUserHierarchyStructureResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hierarchy_structureTypes::HierarchyStructure

Information about the hierarchy structure.



5668
5669
5670
5671
5672
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5668

class DescribeUserHierarchyStructureResponse < Struct.new(
  :hierarchy_structure)
  SENSITIVE = []
  include Aws::Structure
end