Class: Aws::AppSync::Types::GetFunctionResponse

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.



2568
2569
2570
2571
2572
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2568

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