Class: Aws::ForecastService::Types::CreateDatasetGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::CreateDatasetGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group.
Instance Attribute Details
#dataset_group_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset group.
696 697 698 699 700 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 696 class CreateDatasetGroupResponse < Struct.new( :dataset_group_arn) SENSITIVE = [] include Aws::Structure end |