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