Class: Aws::DataExchange::Types::RevisionPublished
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::RevisionPublished
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Information about the published revision.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_set_id ⇒ String
The data set ID of the published revision.
Instance Attribute Details
#data_set_id ⇒ String
The data set ID of the published revision.
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 |