ApiKey
public struct ApiKey : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description of the purpose of the API key.
Declaration
Swift
public let description: String?
-
The time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour.
Declaration
Swift
public let expires: Int64?
-
The API key ID.
Declaration
Swift
public let id: String?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, expires: Int64? = nil, id: String? = nil)