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`.
1503 1504 1505 1506 1507 |
# File 'lib/aws-sdk-appsync/types.rb', line 1503 class CreateGraphqlApiResponse < Struct.new( :graphql_api) SENSITIVE = [] include Aws::Structure end |