Class: Aws::AppSync::Types::PutGraphqlApiEnvironmentVariablesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::PutGraphqlApiEnvironmentVariablesResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-appsync/types.rb', line 4291 class PutGraphqlApiEnvironmentVariablesResponse < Struct.new( :environment_variables) SENSITIVE = [] include Aws::Structure end |