Class: Aws::AppSync::Types::UpdateGraphqlApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateGraphqlApiResponse
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graphql_api ⇒ Types::GraphqlApi
The updated
GraphqlApi
object.
Instance Attribute Details
#graphql_api ⇒ Types::GraphqlApi
The updated GraphqlApi
object.
5468 5469 5470 5471 5472 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5468 class UpdateGraphqlApiResponse < Struct.new( :graphql_api) SENSITIVE = [] include Aws::Structure end |