Class: Aws::AppSync::Types::GetDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetDataSourceRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API ID.
-
#name ⇒ String
The name of the data source.
Instance Attribute Details
#api_id ⇒ String
The API ID.
2960 2961 2962 2963 2964 2965 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2960 class GetDataSourceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source.
2960 2961 2962 2963 2964 2965 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2960 class GetDataSourceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end |