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:



1101
1102
1103
1104
1105
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1101

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