Class: Aws::DataExchange::Types::UpdateRevisionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DataExchange::Types::UpdateRevisionRequest
 
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #comment  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An optional comment about the revision. 
- 
  
    
      #data_set_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for a data set. 
- 
  
    
      #finalized  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. 
- 
  
    
      #revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for a revision. 
Instance Attribute Details
#comment ⇒ String
An optional comment about the revision.
| 4251 4252 4253 4254 4255 4256 4257 4258 | # File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4251 class UpdateRevisionRequest < Struct.new( :comment, :data_set_id, :finalized, :revision_id) SENSITIVE = [] include Aws::Structure end | 
#data_set_id ⇒ String
The unique identifier for a data set.
| 4251 4252 4253 4254 4255 4256 4257 4258 | # File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4251 class UpdateRevisionRequest < Struct.new( :comment, :data_set_id, :finalized, :revision_id) SENSITIVE = [] include Aws::Structure end | 
#finalized ⇒ Boolean
Finalizing a revision tells AWS Data Exchange that your changes to the assets in the revision are complete. After it's in this read-only state, you can publish the revision to your products.
| 4251 4252 4253 4254 4255 4256 4257 4258 | # File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4251 class UpdateRevisionRequest < Struct.new( :comment, :data_set_id, :finalized, :revision_id) SENSITIVE = [] include Aws::Structure end | 
#revision_id ⇒ String
The unique identifier for a revision.
| 4251 4252 4253 4254 4255 4256 4257 4258 | # File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 4251 class UpdateRevisionRequest < Struct.new( :comment, :data_set_id, :finalized, :revision_id) SENSITIVE = [] include Aws::Structure end |