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

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

#environment_variablesHash<String,String>

The payload containing each environmental variable in the "key" : "value" format.

Returns:

  • (Hash<String,String>)


2594
2595
2596
2597
2598
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2594

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