Class: Aws::Personalize::Types::DescribeDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset to describe.
Instance Attribute Details
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset to describe.
3147 3148 3149 3150 3151 |
# File 'lib/aws-sdk-personalize/types.rb', line 3147 class DescribeDatasetRequest < Struct.new( :dataset_arn) SENSITIVE = [] include Aws::Structure end |