Class: Aws::ForecastService::Types::DescribeDatasetGroupRequest

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.

Returns:

  • (String)


2409
2410
2411
2412
2413
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 2409

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