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