UpdateApiKeyRequest

public struct UpdateApiKeyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID for the GraphQL API.

    Declaration

    Swift

    public let apiId: String
  • A description of the purpose of the API key.

    Declaration

    Swift

    public let description: String?
  • The time from update time after which the API key expires. The date is represented as seconds since the epoch. For more information, see .

    Declaration

    Swift

    public let expires: Int64?
  • id

    The API key ID.

    Declaration

    Swift

    public let id: String
  • Undocumented

    Declaration

    Swift

    public init(apiId: String, description: String? = nil, expires: Int64? = nil, id: String)