Class: Aws::DataZone::Types::AssetListingDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AssetListingDetails
- 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
-
#listing_id ⇒ String
The identifier of an asset published in an Amazon DataZone catalog.
-
#listing_status ⇒ String
The status of an asset published in an Amazon DataZone catalog.
Instance Attribute Details
#listing_id ⇒ String
The identifier of an asset published in an Amazon DataZone catalog.
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_status ⇒ String
The status of an asset published in an Amazon DataZone catalog.
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 |