Class: Aws::AppSync::Types::CreateFunctionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#function_configurationTypes::FunctionConfiguration

The ‘Function` object.



1378
1379
1380
1381
1382
# File 'lib/aws-sdk-appsync/types.rb', line 1378

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