Class: Aws::DataExchange::Types::UpdateRevisionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::UpdateRevisionRequest
- Includes:
- Structure
- Defined in:
- 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.
4236 4237 4238 4239 4240 4241 4242 4243 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 4236 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.
4236 4237 4238 4239 4240 4241 4242 4243 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 4236 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.
4236 4237 4238 4239 4240 4241 4242 4243 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 4236 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.
4236 4237 4238 4239 4240 4241 4242 4243 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 4236 class UpdateRevisionRequest < Struct.new( :comment, :data_set_id, :finalized, :revision_id) SENSITIVE = [] include Aws::Structure end |