AWSEC2DescribeTransitGatewayRouteTableAnnouncementsResult
Objective-C
@interface AWSEC2DescribeTransitGatewayRouteTableAnnouncementsResult
Swift
class AWSEC2DescribeTransitGatewayRouteTableAnnouncementsResult
-
The token for the next page of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
Describes the transit gateway route table announcement.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2TransitGatewayRouteTableAnnouncement *> *_Nullable transitGatewayRouteTableAnnouncements;
Swift
var transitGatewayRouteTableAnnouncements: [AWSEC2TransitGatewayRouteTableAnnouncement]? { get set }