Class: Aws::DataZone::Types::ListingRevisionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ListingRevisionInput
- Defined in:
- gems/aws-sdk-datazone/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.
10984 10985 10986 10987 10988 10989 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10984 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.
10984 10985 10986 10987 10988 10989 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10984 class ListingRevisionInput < Struct.new( :identifier, :revision) SENSITIVE = [] include Aws::Structure end |