Class: Aws::AppSync::Types::DeleteFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DeleteFunctionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
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.
1699 1700 1701 1702 1703 1704 |
# File 'lib/aws-sdk-appsync/types.rb', line 1699 class DeleteFunctionRequest < Struct.new( :api_id, :function_id) SENSITIVE = [] include Aws::Structure end |
#function_id ⇒ String
The ‘Function` ID.
1699 1700 1701 1702 1703 1704 |
# File 'lib/aws-sdk-appsync/types.rb', line 1699 class DeleteFunctionRequest < Struct.new( :api_id, :function_id) SENSITIVE = [] include Aws::Structure end |