GetApiKeyRequest
public struct GetApiKeyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
[Required] The identifier of the ApiKey resource.
Declaration
Swift
public let apiKey: String
-
A boolean flag to specify whether (true) or not (false) the result contains the key value.
Declaration
Swift
public let includeValue: Bool?
-
Undocumented
Declaration
Swift
public init(apiKey: String, includeValue: Bool? = nil)