VpcAttachment
public struct VpcAttachment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The current state of the attachment.
Declaration
Swift
public let state: AttachmentStatus? -
The ID of the VPC.
Declaration
Swift
public let vpcId: String? -
Undocumented
Declaration
Swift
public init(state: AttachmentStatus? = nil, vpcId: String? = nil)
View on GitHub
VpcAttachment Structure Reference