Class: Aws::AppSync::Types::GetGraphqlApiEnvironmentVariablesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetGraphqlApiEnvironmentVariablesResponse
- 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.
3052 3053 3054 3055 3056 |
# File 'lib/aws-sdk-appsync/types.rb', line 3052 class GetGraphqlApiEnvironmentVariablesResponse < Struct.new( :environment_variables) SENSITIVE = [] include Aws::Structure end |