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