UpdateBotRequest
public struct UpdateBotRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Chime account ID.
Declaration
Swift
public let accountId: String
-
The bot ID.
Declaration
Swift
public let botId: String
-
When true, stops the specified bot from running in your account.
Declaration
Swift
public let disabled: Bool?
-
Undocumented
Declaration
Swift
public init(accountId: String, botId: String, disabled: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws