Class: Aws::DataZone::Types::ListingRevisionInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#identifierString

An identifier of revision to be made to an asset published in a Amazon DataZone catalog.

Returns:

  • (String)


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

#revisionString

The details of a revision to be made to an asset published in a Amazon DataZone catalog.

Returns:

  • (String)


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