Class: Aws::ForecastService::Types::CreateDatasetGroupResponse

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)


696
697
698
699
700
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 696

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