class Aws::AppSync::Types::UpdateApiKeyRequest

@note When making an API call, you may pass UpdateApiKeyRequest

data as a hash:

    {
      api_id: "String", # required
      id: "String", # required
      description: "String",
      expires: 1,
    }

@!attribute [rw] api_id

The ID for the GraphQL API.
@return [String]

@!attribute [rw] id

The API key ID.
@return [String]

@!attribute [rw] description

A description of the purpose of the API key.
@return [String]

@!attribute [rw] expires

The time from update time after which the API key expires. The date
is represented as seconds since the epoch. For more information, see
.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/UpdateApiKeyRequest AWS API Documentation

Constants

SENSITIVE