Class: Aws::DataZone::Types::AssetListingDetails

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

Overview

The details of an asset published in an Amazon DataZone catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#listing_idString

The identifier of an asset published in an Amazon DataZone catalog.

Returns:

  • (String)


708
709
710
711
712
713
# File 'lib/aws-sdk-datazone/types.rb', line 708

class AssetListingDetails < Struct.new(
  :listing_id,
  :listing_status)
  SENSITIVE = []
  include Aws::Structure
end

#listing_statusString

The status of an asset published in an Amazon DataZone catalog.

Returns:

  • (String)


708
709
710
711
712
713
# File 'lib/aws-sdk-datazone/types.rb', line 708

class AssetListingDetails < Struct.new(
  :listing_id,
  :listing_status)
  SENSITIVE = []
  include Aws::Structure
end