Class: Aws::AppSync::Types::GetGraphqlApiEnvironmentVariablesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetGraphqlApiEnvironmentVariablesResponse
- 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.
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 |