Class: Aws::AppSync::Types::UpdateApiKeyResponse

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_keyTypes::ApiKey

The API key.

Returns:



4480
4481
4482
4483
4484
# File 'lib/aws-sdk-appsync/types.rb', line 4480

class UpdateApiKeyResponse < Struct.new(
  :api_key)
  SENSITIVE = []
  include Aws::Structure
end