Class: Aws::AppSync::Types::GetGraphqlApiEnvironmentVariablesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The ID of the API from which the environmental variable list will be retrieved.

Returns:

  • (String)


2581
2582
2583
2584
2585
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2581

class GetGraphqlApiEnvironmentVariablesRequest < Struct.new(
  :api_id)
  SENSITIVE = []
  include Aws::Structure
end