Class: Aws::DataZone::Types::CreateListingChangeSetOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listing_idString

The ID of the listing (a record of an asset at a given time).

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2264

class CreateListingChangeSetOutput < Struct.new(
  :listing_id,
  :listing_revision,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#listing_revisionString

The revision of a listing.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2264

class CreateListingChangeSetOutput < Struct.new(
  :listing_id,
  :listing_revision,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Specifies the status of the listing.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 2264

class CreateListingChangeSetOutput < Struct.new(
  :listing_id,
  :listing_revision,
  :status)
  SENSITIVE = []
  include Aws::Structure
end