AWSEC2CreateVpcEndpointServiceConfigurationResult
Objective-C
@interface AWSEC2CreateVpcEndpointServiceConfigurationResult
Swift
class AWSEC2CreateVpcEndpointServiceConfigurationResult
-
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 service configuration.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2ServiceConfiguration *_Nullable serviceConfiguration;
Swift
var serviceConfiguration: AWSEC2ServiceConfiguration? { get set }