Class: Aws::AppSync::Types::UpdateFunctionResponse

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.



4696
4697
4698
4699
4700
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 4696

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