OpenInstancePublicPortsRequest
public struct OpenInstancePublicPortsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the instance for which to open ports.
Declaration
Swift
public let instanceName: String
-
An object to describe the ports to open for the specified instance.
Declaration
Swift
public let portInfo: PortInfo
-
Undocumented
Declaration
Swift
public init(instanceName: String, portInfo: PortInfo)
-
Declaration
Swift
public func validate(name: String) throws