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)


3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3877

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

#listing_revisionString

The revision of a listing.

Returns:

  • (String)


3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3877

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

#statusString

Specifies the status of the listing.

Returns:

  • (String)


3877
3878
3879
3880
3881
3882
3883
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3877

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