AWSEC2CreateNatGatewayResult
Objective-C
@interface AWSEC2CreateNatGatewayResult
Swift
class AWSEC2CreateNatGatewayResult
-
Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable clientToken;
Swift
var clientToken: String? { get set }
-
Information about the NAT gateway.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2NatGateway *_Nullable natGateway;
Swift
var natGateway: AWSEC2NatGateway? { get set }