Class: Aws::AppSync::Types::CreateFunctionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::CreateFunctionResponse
- 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.
1362 1363 1364 1365 1366 |
# File 'lib/aws-sdk-appsync/types.rb', line 1362 class CreateFunctionResponse < Struct.new( :function_configuration) SENSITIVE = [] include Aws::Structure end |