PortProbeAction
public struct PortProbeAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Indicates whether EC2 blocked the port probe to the instance, such as with an ACL.
Declaration
Swift
public let blocked: Bool? -
A list of objects related to port probe details.
Declaration
Swift
public let portProbeDetails: [PortProbeDetail]? -
Undocumented
Declaration
Swift
public init(blocked: Bool? = nil, portProbeDetails: [PortProbeDetail]? = nil)
View on GitHub
PortProbeAction Structure Reference