Class: Aws::Comprehend::Types::CreateDatasetResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Comprehend::Types::CreateDatasetResponse
 
- 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.
| 1001 1002 1003 1004 1005 | # File 'lib/aws-sdk-comprehend/types.rb', line 1001 class CreateDatasetResponse < Struct.new( :dataset_arn) SENSITIVE = [] include Aws::Structure end |