AWSConnectCreateUserHierarchyGroupResponse

Objective-C

@interface AWSConnectCreateUserHierarchyGroupResponse

Swift

class AWSConnectCreateUserHierarchyGroupResponse
  • The Amazon Resource Name (ARN) of the hierarchy group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable hierarchyGroupArn;

    Swift

    var hierarchyGroupArn: String? { get set }
  • The identifier of the hierarchy group.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable hierarchyGroupId;

    Swift

    var hierarchyGroupId: String? { get set }