Class: Aws::AppSync::Types::GetGraphqlApiEnvironmentVariablesResponse

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>)


3095
3096
3097
3098
3099
# File 'lib/aws-sdk-appsync/types.rb', line 3095

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