AWSConnectEndpoint

Objective-C

@interface AWSConnectEndpoint

Swift

class AWSConnectEndpoint

Information about the endpoint.

  • Address of the endpoint.

    Declaration

    Objective-C

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

    Swift

    var address: String? { get set }
  • Type of the endpoint.

    Declaration

    Objective-C

    @property (nonatomic) AWSConnectEndpointType types;

    Swift

    var types: AWSConnectEndpointType { get set }