Class: Aws::AppSync::Types::GetGraphqlApiResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#graphql_apiTypes::GraphqlApi

The ‘GraphqlApi` object.

Returns:



3119
3120
3121
3122
3123
# File 'lib/aws-sdk-appsync/types.rb', line 3119

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