Class: Aws::AppSync::Types::GetFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetFunctionRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Note:
When making an API call, you may pass GetFunctionRequest data as a hash:
{
api_id: "String", # required
function_id: "ResourceName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The GraphQL API ID.
-
#function_id ⇒ String
The
Function
ID.
Instance Attribute Details
#api_id ⇒ String
The GraphQL API ID.
1969 1970 1971 1972 1973 1974 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1969 class GetFunctionRequest < Struct.new( :api_id, :function_id) SENSITIVE = [] include Aws::Structure end |
#function_id ⇒ String
The Function
ID.
1969 1970 1971 1972 1973 1974 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1969 class GetFunctionRequest < Struct.new( :api_id, :function_id) SENSITIVE = [] include Aws::Structure end |