AWSIoTGroupNameAndArn

Objective-C

@interface AWSIoTGroupNameAndArn

Swift

class AWSIoTGroupNameAndArn

The name and ARN of a group.

  • The group ARN.

    Declaration

    Objective-C

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

    Swift

    var groupArn: String? { get set }
  • The group name.

    Declaration

    Objective-C

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

    Swift

    var groupName: String? { get set }