AWSEC2CreateLocalGatewayRouteTableVpcAssociationResult
Objective-C
@interface AWSEC2CreateLocalGatewayRouteTableVpcAssociationResult
Swift
class AWSEC2CreateLocalGatewayRouteTableVpcAssociationResult
-
Information about the association.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2LocalGatewayRouteTableVpcAssociation *_Nullable localGatewayRouteTableVpcAssociation;
Swift
var localGatewayRouteTableVpcAssociation: AWSEC2LocalGatewayRouteTableVpcAssociation? { get set }