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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/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:



5034
5035
5036
5037
5038
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5034

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