AWSEC2AssociateTransitGatewayRouteTableResult
Objective-C
@interface AWSEC2AssociateTransitGatewayRouteTableResult
Swift
class AWSEC2AssociateTransitGatewayRouteTableResult
-
The ID of the association.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2TransitGatewayAssociation *_Nullable association;
Swift
var association: AWSEC2TransitGatewayAssociation? { get set }