Class: Aws::AppSync::Types::PutGraphqlApiEnvironmentVariablesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::PutGraphqlApiEnvironmentVariablesResponse
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_variables ⇒ Hash<String,String>
The payload containing each environmental variable in the
"key" : "value"
format.
Instance Attribute Details
#environment_variables ⇒ Hash<String,String>
The payload containing each environmental variable in the "key" :
"value"
format.
4291 4292 4293 4294 4295 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4291 class PutGraphqlApiEnvironmentVariablesResponse < Struct.new( :environment_variables) SENSITIVE = [] include Aws::Structure end |