AWSEC2TransitGatewayPrefixListAttachment
Objective-C
@interface AWSEC2TransitGatewayPrefixListAttachment
Swift
class AWSEC2TransitGatewayPrefixListAttachment
Describes a transit gateway prefix list 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-peering
resource 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 }