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

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

#graphql_apiTypes::GraphqlApi

The GraphqlApi object.

Returns:



3079
3080
3081
3082
3083
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3079

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