Class: Aws::AppSync::Types::GetGraphqlApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetGraphqlApiResponse
- 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
GraphqlApi
object.
Instance Attribute Details
#graphql_api ⇒ Types::GraphqlApi
The GraphqlApi
object.
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 |