Class: Aws::AppSync::Types::CreateApiKeyResponse

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:



1044
1045
1046
1047
1048
# File 'lib/aws-sdk-appsync/types.rb', line 1044

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