AWSEC2TransitGatewayRouteAttachment
Objective-C
@interface AWSEC2TransitGatewayRouteAttachment
Swift
class AWSEC2TransitGatewayRouteAttachment
Describes a route attachment.
-
The ID of the resource.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceId;Swift
var resourceId: String? { get set } -
The resource type. Note that the
tgw-peeringresource type has been deprecated.Declaration
Objective-C
@property (nonatomic) AWSEC2TransitGatewayAttachmentResourceType resourceType;Swift
var resourceType: AWSEC2TransitGatewayAttachmentResourceType { get set } -
The ID of the attachment.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable transitGatewayAttachmentId;Swift
var transitGatewayAttachmentId: String? { get set }
View on GitHub
Install in Dash
AWSEC2TransitGatewayRouteAttachment Class Reference