AWSConnectHierarchyPath
Objective-C
@interface AWSConnectHierarchyPath
Swift
class AWSConnectHierarchyPath
Contains information about the levels of a hierarchy group.
-
Information about level five.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectHierarchyGroupSummary *_Nullable levelFive;
Swift
var levelFive: AWSConnectHierarchyGroupSummary? { get set }
-
Information about level four.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectHierarchyGroupSummary *_Nullable levelFour;
Swift
var levelFour: AWSConnectHierarchyGroupSummary? { get set }
-
Information about level one.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectHierarchyGroupSummary *_Nullable levelOne;
Swift
var levelOne: AWSConnectHierarchyGroupSummary? { get set }
-
Information about level three.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectHierarchyGroupSummary *_Nullable levelThree;
Swift
var levelThree: AWSConnectHierarchyGroupSummary? { get set }
-
Information about level two.
Declaration
Objective-C
@property (nonatomic, strong) AWSConnectHierarchyGroupSummary *_Nullable levelTwo;
Swift
var levelTwo: AWSConnectHierarchyGroupSummary? { get set }