Class: Aws::AppSync::Types::CreateApiResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apiTypes::Api

The Api object.

Returns:



1086
1087
1088
1089
1090
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1086

class CreateApiResponse < Struct.new(
  :api)
  SENSITIVE = []
  include Aws::Structure
end