AccessKeyDetails
public struct AccessKeyDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The access key ID of the user.
Declaration
Swift
public let accessKeyId: String?
-
The principal ID of the user.
Declaration
Swift
public let principalId: String?
-
The name of the user.
Declaration
Swift
public let userName: String?
-
The type of the user.
Declaration
Swift
public let userType: String?
-
Undocumented
Declaration
Swift
public init(accessKeyId: String? = nil, principalId: String? = nil, userName: String? = nil, userType: String? = nil)