Class: Aws::Comprehend::Types::DescribeDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DescribeDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_arn ⇒ String
The ARN of the dataset.
Instance Attribute Details
#dataset_arn ⇒ String
The ARN of the dataset.
1902 1903 1904 1905 1906 |
# File 'lib/aws-sdk-comprehend/types.rb', line 1902 class DescribeDatasetRequest < Struct.new( :dataset_arn) SENSITIVE = [] include Aws::Structure end |