AWSComprehendCreateEndpointResponse

Objective-C

@interface AWSComprehendCreateEndpointResponse

Swift

class AWSComprehendCreateEndpointResponse
  • The Amazon Resource Number (ARN) of the endpoint being created.

    Declaration

    Objective-C

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

    Swift

    var endpointArn: String? { get set }
  • The Amazon Resource Number (ARN) of the model to which the endpoint is attached.

    Declaration

    Objective-C

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

    Swift

    var modelArn: String? { get set }