Class: Aws::DataExchange::Types::CreateRevisionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

An optional comment about the revision.

Returns:

  • (String)


571
572
573
574
575
576
577
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 571

class CreateRevisionRequest < Struct.new(
  :comment,
  :data_set_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_idString

The unique identifier for a data set.

Returns:

  • (String)


571
572
573
574
575
576
577
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 571

class CreateRevisionRequest < Struct.new(
  :comment,
  :data_set_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<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.

Returns:

  • (Hash<String,String>)


571
572
573
574
575
576
577
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 571

class CreateRevisionRequest < Struct.new(
  :comment,
  :data_set_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end