class Aws::AppSync::Types::CreateApiKeyRequest
@note When making an API call, you may pass CreateApiKeyRequest
data as a hash: { api_id: "String", # required description: "String", expires: 1, }
@!attribute [rw] api_id
The ID for your GraphQL API. @return [String]
@!attribute [rw] description
A description of the purpose of the API key. @return [String]
@!attribute [rw] expires
The time from creation time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour. The default value for this parameter is 7 days from creation time. For more information, see . @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/appsync-2017-07-25/CreateApiKeyRequest AWS API Documentation
Constants
- SENSITIVE