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.
2020 2021 2022 2023 2024 2025 |
# File 'lib/aws-sdk-appsync/types.rb', line 2020 class DeleteDataSourceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data source.
2020 2021 2022 2023 2024 2025 |
# File 'lib/aws-sdk-appsync/types.rb', line 2020 class DeleteDataSourceRequest < Struct.new( :api_id, :name) SENSITIVE = [] include Aws::Structure end |