Class: Aws::ForecastService::Types::CreateDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::CreateDatasetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset.
Instance Attribute Details
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset.
982 983 984 985 986 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 982 class CreateDatasetResponse < Struct.new( :dataset_arn) SENSITIVE = [] include Aws::Structure end |