Class: Aws::AppSync::Types::GetGraphqlApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetGraphqlApiResponse
- 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` object.
Instance Attribute Details
#graphql_api ⇒ Types::GraphqlApi
The ‘GraphqlApi` object.
3119 3120 3121 3122 3123 |
# File 'lib/aws-sdk-appsync/types.rb', line 3119 class GetGraphqlApiResponse < Struct.new( :graphql_api) SENSITIVE = [] include Aws::Structure end |