UpdateAccountRequest
public struct UpdateAccountRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Chime account ID.
Declaration
Swift
public let accountId: String
-
The new name for the specified Amazon Chime account.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(accountId: String, name: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws