AWSEC2CreateVpcEndpointConnectionNotificationResult

Objective-C

@interface AWSEC2CreateVpcEndpointConnectionNotificationResult

Swift

class AWSEC2CreateVpcEndpointConnectionNotificationResult
  • Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

    Declaration

    Objective-C

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

    Swift

    var clientToken: String? { get set }
  • Information about the notification.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2ConnectionNotification *_Nullable connectionNotification;

    Swift

    var connectionNotification: AWSEC2ConnectionNotification? { get set }