DescribeBrokerInstanceOptionsRequest
public struct DescribeBrokerInstanceOptionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let engineType: String?
-
Undocumented
Declaration
Swift
public let hostInstanceType: String?
-
Undocumented
Declaration
Swift
public let maxResults: Int?
-
Undocumented
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public let storageType: String?
-
Undocumented
Declaration
Swift
public init(engineType: String? = nil, hostInstanceType: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, storageType: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws