TransitGatewayAttachment
public struct TransitGatewayAttachment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The association.
Declaration
Swift
public let association: TransitGatewayAttachmentAssociation?
-
The creation time.
Declaration
Swift
public let creationTime: TimeStamp?
-
The ID of the resource.
Declaration
Swift
public let resourceId: String?
-
The ID of the AWS account that owns the resource.
Declaration
Swift
public let resourceOwnerId: String?
-
The resource type. Note that the tgw-peering resource type has been deprecated.
Declaration
Swift
public let resourceType: TransitGatewayAttachmentResourceType?
-
The attachment state. Note that the initiating state has been deprecated.
Declaration
Swift
public let state: TransitGatewayAttachmentState?
-
The tags for the attachment.
Declaration
Swift
public let tags: [Tag]?
-
The ID of the attachment.
Declaration
Swift
public let transitGatewayAttachmentId: String?
-
The ID of the transit gateway.
Declaration
Swift
public let transitGatewayId: String?
-
The ID of the AWS account that owns the transit gateway.
Declaration
Swift
public let transitGatewayOwnerId: String?
-
init(association:creationTime:resourceId:resourceOwnerId:resourceType:state:tags:transitGatewayAttachmentId:transitGatewayId:transitGatewayOwnerId:)
Undocumented
Declaration
Swift
public init(association: TransitGatewayAttachmentAssociation? = nil, creationTime: TimeStamp? = nil, resourceId: String? = nil, resourceOwnerId: String? = nil, resourceType: TransitGatewayAttachmentResourceType? = nil, state: TransitGatewayAttachmentState? = nil, tags: [Tag]? = nil, transitGatewayAttachmentId: String? = nil, transitGatewayId: String? = nil, transitGatewayOwnerId: String? = nil)