Class: Aws::DataExchange::Types::RevisionPublished

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

Overview

Information about the published revision.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_idString

The data set ID of the published revision.

Returns:

  • (String)


3436
3437
3438
3439
3440
# File 'lib/aws-sdk-dataexchange/types.rb', line 3436

class RevisionPublished < Struct.new(
  :data_set_id)
  SENSITIVE = []
  include Aws::Structure
end