AccessKey
public struct AccessKey : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID for this access key.
Declaration
Swift
public let accessKeyId: String
-
The date when the access key was created.
Declaration
Swift
public let createDate: TimeStamp?
-
The secret key used to sign requests.
Declaration
Swift
public let secretAccessKey: String
-
The status of the access key. Active means that the key is valid for API calls, while Inactive means it is not.
Declaration
Swift
public let status: StatusType
-
The name of the IAM user that the access key is associated with.
Declaration
Swift
public let userName: String
-
Undocumented
Declaration
Swift
public init(accessKeyId: String, createDate: TimeStamp? = nil, secretAccessKey: String, status: StatusType, userName: String)