Class: Aws::ForecastService::Types::UpdateDatasetGroupRequest

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_arnsArray<String>

An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.

Returns:

  • (Array<String>)


6917
6918
6919
6920
6921
6922
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6917

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

#dataset_group_arnString

The ARN of the dataset group.

Returns:

  • (String)


6917
6918
6919
6920
6921
6922
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 6917

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