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.



5413
5414
5415
5416
5417
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 5413

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