ClassicLinkInstance
public struct ClassicLinkInstance : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of security groups.
Declaration
Swift
public let groups: [GroupIdentifier]? -
The ID of the instance.
Declaration
Swift
public let instanceId: String? -
Any tags assigned to the instance.
Declaration
Swift
public let tags: [Tag]? -
The ID of the VPC.
Declaration
Swift
public let vpcId: String? -
Undocumented
Declaration
Swift
public init(groups: [GroupIdentifier]? = nil, instanceId: String? = nil, tags: [Tag]? = nil, vpcId: String? = nil)
View on GitHub
ClassicLinkInstance Structure Reference