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:



2618
2619
2620
2621
2622
# File 'lib/aws-sdk-appsync/types.rb', line 2618

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