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.



1044
1045
1046
1047
1048
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1044

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