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

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.



4717
4718
4719
4720
4721
# File 'lib/aws-sdk-appsync/types.rb', line 4717

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