You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateDatasetGroupRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  dataset_group_arn: "Arn", # required
  dataset_arns: ["Arn"], # required
}

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>)

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

#dataset_group_arnString

The ARN of the dataset group.

Returns:

  • (String)

    The ARN of the dataset group.