GetAccessKeyLastUsedResponse
public struct GetAccessKeyLastUsedResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Contains information about the last time the access key was used.
Declaration
Swift
public let accessKeyLastUsed: AccessKeyLastUsed?
-
The name of the AWS IAM user that owns this access key.
Declaration
Swift
public let userName: String?
-
Undocumented
Declaration
Swift
public init(accessKeyLastUsed: AccessKeyLastUsed? = nil, userName: String? = nil)