AWSEC2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
Objective-C
@interface AWSEC2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
Swift
class AWSEC2CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationResult
-
Information about the local gateway route table virtual interface group association.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation *_Nullable localGatewayRouteTableVirtualInterfaceGroupAssociation;
Swift
var localGatewayRouteTableVirtualInterfaceGroupAssociation: AWSEC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation? { get set }