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.
3013 3014 3015 3016 3017 3018 |
# File 'lib/aws-sdk-appsync/types.rb', line 3013 class GetFunctionRequest < Struct.new( :api_id, :function_id) SENSITIVE = [] include Aws::Structure end |
#function_id ⇒ String
The ‘Function` ID.
3013 3014 3015 3016 3017 3018 |
# File 'lib/aws-sdk-appsync/types.rb', line 3013 class GetFunctionRequest < Struct.new( :api_id, :function_id) SENSITIVE = [] include Aws::Structure end |