CloseInstancePublicPortsRequest
public struct CloseInstancePublicPortsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the instance for which to close ports.
Declaration
Swift
public let instanceName: String -
An object to describe the ports to close 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
View on GitHub
CloseInstancePublicPortsRequest Structure Reference