AWSEC2CreateTransitGatewayVpcAttachmentResult
Objective-C
@interface AWSEC2CreateTransitGatewayVpcAttachmentResult
Swift
class AWSEC2CreateTransitGatewayVpcAttachmentResult
-
Information about the VPC attachment.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2TransitGatewayVpcAttachment *_Nullable transitGatewayVpcAttachment;
Swift
var transitGatewayVpcAttachment: AWSEC2TransitGatewayVpcAttachment? { get set }