AWSEC2DescribeTransitGatewayPolicyTablesResult
Objective-C
@interface AWSEC2DescribeTransitGatewayPolicyTablesResult
Swift
class AWSEC2DescribeTransitGatewayPolicyTablesResult
-
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 policy tables.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2TransitGatewayPolicyTable *> *_Nullable transitGatewayPolicyTables;Swift
var transitGatewayPolicyTables: [AWSEC2TransitGatewayPolicyTable]? { get set }
View on GitHub
Install in Dash
AWSEC2DescribeTransitGatewayPolicyTablesResult Class Reference