Class: Aws::ForecastService::Types::UpdateDatasetGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::UpdateDatasetGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arns ⇒ Array<String>
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
-
#dataset_group_arn ⇒ String
The ARN of the dataset group.
Instance Attribute Details
#dataset_arns ⇒ Array<String>
An array of the Amazon Resource Names (ARNs) of the datasets to add to the dataset group.
6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 6917 class UpdateDatasetGroupRequest < Struct.new( :dataset_group_arn, :dataset_arns) SENSITIVE = [] include Aws::Structure end |
#dataset_group_arn ⇒ String
The ARN of the dataset group.
6917 6918 6919 6920 6921 6922 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 6917 class UpdateDatasetGroupRequest < Struct.new( :dataset_group_arn, :dataset_arns) SENSITIVE = [] include Aws::Structure end |