Class: Aws::AppSync::Types::UpdateFunctionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateFunctionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#function_configuration ⇒ Types::FunctionConfiguration
The ‘Function` object.
Instance Attribute Details
#function_configuration ⇒ Types::FunctionConfiguration
The ‘Function` object.
5337 5338 5339 5340 5341 |
# File 'lib/aws-sdk-appsync/types.rb', line 5337 class UpdateFunctionResponse < Struct.new( :function_configuration) SENSITIVE = [] include Aws::Structure end |