AWSConnectCreateQuickConnectResponse

Objective-C

@interface AWSConnectCreateQuickConnectResponse

Swift

class AWSConnectCreateQuickConnectResponse
  • The Amazon Resource Name (ARN) for the quick connect.

    Declaration

    Objective-C

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

    Swift

    var quickConnectARN: String? { get set }
  • The identifier for the quick connect.

    Declaration

    Objective-C

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

    Swift

    var quickConnectId: String? { get set }