Class: Aws::DataZone::Types::CreateListingChangeSetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateListingChangeSetOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#listing_id ⇒ String
The ID of the listing (a record of an asset at a given time).
-
#listing_revision ⇒ String
The revision of a listing.
-
#status ⇒ String
Specifies the status of the listing.
Instance Attribute Details
#listing_id ⇒ String
The ID of the listing (a record of an asset at a given time).
3271 3272 3273 3274 3275 3276 3277 |
# File 'lib/aws-sdk-datazone/types.rb', line 3271 class CreateListingChangeSetOutput < Struct.new( :listing_id, :listing_revision, :status) SENSITIVE = [] include Aws::Structure end |
#listing_revision ⇒ String
The revision of a listing.
3271 3272 3273 3274 3275 3276 3277 |
# File 'lib/aws-sdk-datazone/types.rb', line 3271 class CreateListingChangeSetOutput < Struct.new( :listing_id, :listing_revision, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Specifies the status of the listing.
3271 3272 3273 3274 3275 3276 3277 |
# File 'lib/aws-sdk-datazone/types.rb', line 3271 class CreateListingChangeSetOutput < Struct.new( :listing_id, :listing_revision, :status) SENSITIVE = [] include Aws::Structure end |