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:



3076
3077
3078
3079
3080
# File 'lib/aws-sdk-appsync/types.rb', line 3076

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