AWSEC2DeleteLocalGatewayRouteTableResult
Objective-C
@interface AWSEC2DeleteLocalGatewayRouteTableResult
Swift
class AWSEC2DeleteLocalGatewayRouteTableResult
-
Information about the local gateway route table.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2LocalGatewayRouteTable *_Nullable localGatewayRouteTable;
Swift
var localGatewayRouteTable: AWSEC2LocalGatewayRouteTable? { get set }