Class: Aws::AppSync::Types::DeleteFunctionRequest

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

#api_idString

The GraphQL API ID.

Returns:

  • (String)


2067
2068
2069
2070
2071
2072
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2067

class DeleteFunctionRequest < Struct.new(
  :api_id,
  :function_id)
  SENSITIVE = []
  include Aws::Structure
end

#function_idString

The Function ID.

Returns:

  • (String)


2067
2068
2069
2070
2071
2072
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2067

class DeleteFunctionRequest < Struct.new(
  :api_id,
  :function_id)
  SENSITIVE = []
  include Aws::Structure
end