TransitGatewayPrefixListAttachment
public struct TransitGatewayPrefixListAttachment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the resource.
Declaration
Swift
public let resourceId: String? -
The resource type. Note that the tgw-peering resource type has been deprecated.
Declaration
Swift
public let resourceType: TransitGatewayAttachmentResourceType? -
The ID of the attachment.
Declaration
Swift
public let transitGatewayAttachmentId: String? -
Undocumented
Declaration
Swift
public init(resourceId: String? = nil, resourceType: TransitGatewayAttachmentResourceType? = nil, transitGatewayAttachmentId: String? = nil)
View on GitHub
TransitGatewayPrefixListAttachment Structure Reference