Class: Aws::AppSync::Types::DeleteDataSourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DeleteDataSourceRequest
- Includes:
- Structure
- Defined in:
- 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.
2017 2018 2019 2020 2021 2022 |
# File 'lib/aws-sdk-appsync/types.rb', line 2017 class DeleteDataSourceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source.
2017 2018 2019 2020 2021 2022 |
# File 'lib/aws-sdk-appsync/types.rb', line 2017 class DeleteDataSourceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end |