AWSEC2CreateVpcEndpointResult
Objective-C
@interface AWSEC2CreateVpcEndpointResult
Swift
class AWSEC2CreateVpcEndpointResult
-
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 endpoint.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VpcEndpoint *_Nullable vpcEndpoint;
Swift
var vpcEndpoint: AWSEC2VpcEndpoint? { get set }