DescribeUserResponse
public struct DescribeUserResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let brokerId: String?
-
Undocumented
Declaration
Swift
public let consoleAccess: Bool?
-
Undocumented
Declaration
Swift
public let groups: [String]?
-
Undocumented
Declaration
Swift
public let pending: UserPendingChanges?
-
Undocumented
Declaration
Swift
public let username: String?
-
Undocumented
Declaration
Swift
public init(brokerId: String? = nil, consoleAccess: Bool? = nil, groups: [String]? = nil, pending: UserPendingChanges? = nil, username: String? = nil)