Class: Aws::AppSync::Types::UpdateApiKeyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The ID for the GraphQL API.

Returns:

  • (String)


4465
4466
4467
4468
4469
4470
4471
4472
# File 'lib/aws-sdk-appsync/types.rb', line 4465

class UpdateApiKeyRequest < Struct.new(
  :api_id,
  :id,
  :description,
  :expires)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the purpose of the API key.

Returns:

  • (String)


4465
4466
4467
4468
4469
4470
4471
4472
# File 'lib/aws-sdk-appsync/types.rb', line 4465

class UpdateApiKeyRequest < Struct.new(
  :api_id,
  :id,
  :description,
  :expires)
  SENSITIVE = []
  include Aws::Structure
end

#expiresInteger

From the update time, the time after which the API key expires. The date is represented as seconds since the epoch. For more information, see .

Returns:

  • (Integer)


4465
4466
4467
4468
4469
4470
4471
4472
# File 'lib/aws-sdk-appsync/types.rb', line 4465

class UpdateApiKeyRequest < Struct.new(
  :api_id,
  :id,
  :description,
  :expires)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The API key ID.

Returns:

  • (String)


4465
4466
4467
4468
4469
4470
4471
4472
# File 'lib/aws-sdk-appsync/types.rb', line 4465

class UpdateApiKeyRequest < Struct.new(
  :api_id,
  :id,
  :description,
  :expires)
  SENSITIVE = []
  include Aws::Structure
end