VpcClassicLink
public struct VpcClassicLink : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether the VPC is enabled for ClassicLink.
Declaration
Swift
public let classicLinkEnabled: Bool? -
Any tags assigned to the VPC.
Declaration
Swift
public let tags: [Tag]? -
The ID of the VPC.
Declaration
Swift
public let vpcId: String? -
Undocumented
Declaration
Swift
public init(classicLinkEnabled: Bool? = nil, tags: [Tag]? = nil, vpcId: String? = nil)
View on GitHub
VpcClassicLink Structure Reference