Class: Aws::ForecastService::Types::DescribeDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::DescribeDatasetRequest
- 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.
2635 2636 2637 2638 2639 |
# File 'lib/aws-sdk-forecastservice/types.rb', line 2635 class DescribeDatasetRequest < Struct.new( :dataset_arn) SENSITIVE = [] include Aws::Structure end |