Class: Aws::AppSync::Types::GetFunctionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetFunctionRequest
- 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.
3056 3057 3058 3059 3060 3061 |
# File 'lib/aws-sdk-appsync/types.rb', line 3056 class GetFunctionRequest < Struct.new( :api_id, :function_id) SENSITIVE = [] include Aws::Structure end |
#function_id ⇒ String
The ‘Function` ID.
3056 3057 3058 3059 3060 3061 |
# File 'lib/aws-sdk-appsync/types.rb', line 3056 class GetFunctionRequest < Struct.new( :api_id, :function_id) SENSITIVE = [] include Aws::Structure end |