Class: Aws::AppSync::Types::CreateGraphqlApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::CreateGraphqlApiResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graphql_api ⇒ Types::GraphqlApi
The ‘GraphqlApi`.
Instance Attribute Details
#graphql_api ⇒ Types::GraphqlApi
The ‘GraphqlApi`.
1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-appsync/types.rb', line 1185 class CreateGraphqlApiResponse < Struct.new( :graphql_api) SENSITIVE = [] include Aws::Structure end |