Class: Aws::DataExchange::Types::CreateDataSetRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::CreateDataSetRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #asset_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of asset that is added to a data set.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description for the data set.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the data set.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A data set tag is an optional label that you can assign to a data set when you create it.
 
Instance Attribute Details
#asset_type ⇒ String
The type of asset that is added to a data set.
      565 566 567 568 569 570 571 572  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 565 class CreateDataSetRequest < Struct.new( :asset_type, :description, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#description ⇒ String
A description for the data set. This value can be up to 16,348 characters long.
      565 566 567 568 569 570 571 572  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 565 class CreateDataSetRequest < Struct.new( :asset_type, :description, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the data set.
      565 566 567 568 569 570 571 572  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 565 class CreateDataSetRequest < Struct.new( :asset_type, :description, :name, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.
      565 566 567 568 569 570 571 572  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 565 class CreateDataSetRequest < Struct.new( :asset_type, :description, :name, :tags) SENSITIVE = [] include Aws::Structure end  |