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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/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)


2823
2824
2825
2826
2827
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 2823

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