AWSConnectHierarchyGroupSummaryReference

Objective-C

@interface AWSConnectHierarchyGroupSummaryReference

Swift

class AWSConnectHierarchyGroupSummaryReference

Information about the hierarchy group.

  • arn

    The Amazon Resource Name (ARN) for the hierarchy group.

    Declaration

    Objective-C

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

    Swift

    var arn: String? { get set }
  • The unique identifier for the hierarchy group.

    Declaration

    Objective-C

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

    Swift

    var identifier: String? { get set }