Class: Aws::ForecastService::Types::DeleteDatasetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::DeleteDatasetGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group to delete.
Instance Attribute Details
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group to delete.
2084 2085 2086 2087 2088 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 2084 class DeleteDatasetGroupRequest < Struct.new( :dataset_group_arn) SENSITIVE = [] include Aws::Structure end |