AWSEC2GetTransitGatewayPolicyTableAssociationsResult
Objective-C
@interface AWSEC2GetTransitGatewayPolicyTableAssociationsResult
Swift
class AWSEC2GetTransitGatewayPolicyTableAssociationsResult
-
Returns details about the transit gateway policy table association.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2TransitGatewayPolicyTableAssociation *> *_Nullable associations;
Swift
var associations: [AWSEC2TransitGatewayPolicyTableAssociation]? { get set }
-
The token for the next page of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }