BrokerEngineType
public struct BrokerEngineType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of broker engine.
Declaration
Swift
public let engineType: EngineType?
-
The list of engine versions.
Declaration
Swift
public let engineVersions: [EngineVersion]?
-
Undocumented
Declaration
Swift
public init(engineType: EngineType? = nil, engineVersions: [EngineVersion]? = nil)