Class: Aws::DataZone::Types::ListingRevisionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListingRevisionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
A revision to be made to an asset published in a Amazon DataZone catalog.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
An identifier of revision to be made to an asset published in a Amazon DataZone catalog.
-
#revision ⇒ String
The details of a revision to be made to an asset published in a Amazon DataZone catalog.
Instance Attribute Details
#identifier ⇒ String
An identifier of revision to be made to an asset published in a Amazon DataZone catalog.
11383 11384 11385 11386 11387 11388 |
# File 'lib/aws-sdk-datazone/types.rb', line 11383 class ListingRevisionInput < Struct.new( :identifier, :revision) SENSITIVE = [] include Aws::Structure end |
#revision ⇒ String
The details of a revision to be made to an asset published in a Amazon DataZone catalog.
11383 11384 11385 11386 11387 11388 |
# File 'lib/aws-sdk-datazone/types.rb', line 11383 class ListingRevisionInput < Struct.new( :identifier, :revision) SENSITIVE = [] include Aws::Structure end |