Class: Aws::Types::PutGraphqlApiEnvironmentVariablesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutGraphqlApiEnvironmentVariablesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def api_id @api_id end |
#environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute environment_variables.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def environment_variables @environment_variables end |