Class: Aws::ForecastService::Types::DeleteDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::DeleteDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset to delete.
Instance Attribute Details
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset to delete.
2108 2109 2110 2111 2112 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 2108 class DeleteDatasetRequest < Struct.new( :dataset_arn) SENSITIVE = [] include Aws::Structure end |