Class: Aws::AppSync::Types::GetFunctionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetFunctionResponse
- 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.
3026 3027 3028 3029 3030 |
# File 'lib/aws-sdk-appsync/types.rb', line 3026 class GetFunctionResponse < Struct.new( :function_configuration) SENSITIVE = [] include Aws::Structure end |