DeleteApiKeyRequest

public struct DeleteApiKeyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • [Required] The identifier of the ApiKey resource to be deleted.

    Declaration

    Swift

    public let apiKey: String
  • Undocumented

    Declaration

    Swift

    public init(apiKey: String)