Class: Aws::AppSync::Types::UpdateGraphqlApiResponse

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 updated GraphqlApi object.

Returns:



4824
4825
4826
4827
4828
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4824

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