Class: Aws::DataExchange::Types::CreateRevisionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::CreateRevisionRequest
- 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.
-
#tags ⇒ Hash<String,String>
A revision tag is an optional label that you can assign to a revision when you create it.
Instance Attribute Details
#comment ⇒ String
An optional comment about the revision.
779 780 781 782 783 784 785 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 779 class CreateRevisionRequest < Struct.new( :comment, :data_set_id, :tags) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The unique identifier for a data set.
779 780 781 782 783 784 785 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 779 class CreateRevisionRequest < Struct.new( :comment, :data_set_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A revision tag is an optional label that you can assign to a revision 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.
779 780 781 782 783 784 785 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 779 class CreateRevisionRequest < Struct.new( :comment, :data_set_id, :tags) SENSITIVE = [] include Aws::Structure end |