Class: Aws::AppSync::Types::CreateApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::CreateApiResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api ⇒ Types::Api
The ‘Api` object.
Instance Attribute Details
#api ⇒ Types::Api
The ‘Api` object.
1096 1097 1098 1099 1100 |
# File 'lib/aws-sdk-appsync/types.rb', line 1096 class CreateApiResponse < Struct.new( :api) SENSITIVE = [] include Aws::Structure end |