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

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

#function_configurationTypes::FunctionConfiguration

The Function object.



1362
1363
1364
1365
1366
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1362

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