Class: Aws::AppSync::Types::GetFunctionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2555
2556
2557
2558
2559
2560
# File 'lib/aws-sdk-appsync/types.rb', line 2555

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

#function_idString

The ‘Function` ID.

Returns:

  • (String)


2555
2556
2557
2558
2559
2560
# File 'lib/aws-sdk-appsync/types.rb', line 2555

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