Class: Aws::AppSync::Types::PutGraphqlApiEnvironmentVariablesResponse

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

#environment_variablesHash<String,String>

The payload containing each environmental variable in the ‘“key” : “value”` format.

Returns:

  • (Hash<String,String>)


4291
4292
4293
4294
4295
# File 'lib/aws-sdk-appsync/types.rb', line 4291

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