Class: Aws::ForecastService::Types::DeleteDatasetGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_group_arnString

The Amazon Resource Name (ARN) of the dataset group to delete.

Returns:

  • (String)


2084
2085
2086
2087
2088
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2084

class DeleteDatasetGroupRequest < Struct.new(
  :dataset_group_arn)
  SENSITIVE = []
  include Aws::Structure
end