GetInstancePortStatesResult
public struct GetInstancePortStatesResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of objects that describe the firewall port states for the specified instance.
Declaration
Swift
public let portStates: [InstancePortState]?
-
Undocumented
Declaration
Swift
public init(portStates: [InstancePortState]? = nil)