AWSEC2CreateRouteTableResult
Objective-C
@interface AWSEC2CreateRouteTableResult
Swift
class AWSEC2CreateRouteTableResult
-
Information about the route table.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2RouteTable *_Nullable routeTable;
Swift
var routeTable: AWSEC2RouteTable? { get set }