GetBotRequest
public struct GetBotRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the bot. The name is case sensitive.
Declaration
Swift
public let name: String
-
The version or alias of the bot.
Declaration
Swift
public let versionOrAlias: String
-
Undocumented
Declaration
Swift
public init(name: String, versionOrAlias: String)
-
Declaration
Swift
public func validate(name: String) throws