Class: Aws::FinSpaceData::Types::CreateDatasetResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::FinSpaceData::Types::CreateDatasetResponse
 
- Defined in:
- gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb
Overview
The response from a CreateDataset operation
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #dataset_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for the created Dataset. 
Instance Attribute Details
#dataset_id ⇒ String
The unique identifier for the created Dataset.
| 548 549 550 551 552 | # File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 548 class CreateDatasetResponse < Struct.new( :dataset_id) SENSITIVE = [] include Aws::Structure end |