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.
3076 3077 3078 3079 3080 |
# File 'lib/aws-sdk-appsync/types.rb', line 3076 class GetGraphqlApiResponse < Struct.new( :graphql_api) SENSITIVE = [] include Aws::Structure end |