AWSEC2CreateTransitGatewayPolicyTableResult
Objective-C
@interface AWSEC2CreateTransitGatewayPolicyTableResult
Swift
class AWSEC2CreateTransitGatewayPolicyTableResult
-
Describes the created transit gateway policy table.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2TransitGatewayPolicyTable *_Nullable transitGatewayPolicyTable;
Swift
var transitGatewayPolicyTable: AWSEC2TransitGatewayPolicyTable? { get set }