AWSEC2AttachVpnGatewayResult
Objective-C
@interface AWSEC2AttachVpnGatewayResult
Swift
class AWSEC2AttachVpnGatewayResult
Contains the output of AttachVpnGateway.
-
Information about the attachment.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2VpcAttachment *_Nullable vpcAttachment;
Swift
var vpcAttachment: AWSEC2VpcAttachment? { get set }