AWSEC2AssociateTransitGatewayPolicyTableResult
Objective-C
@interface AWSEC2AssociateTransitGatewayPolicyTableResult
Swift
class AWSEC2AssociateTransitGatewayPolicyTableResult
-
Describes the association of a transit gateway and a transit gateway policy table.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2TransitGatewayPolicyTableAssociation *_Nullable association;
Swift
var association: AWSEC2TransitGatewayPolicyTableAssociation? { get set }