Class: Aws::DataZone::Types::CreateListingChangeSetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CreateListingChangeSetOutput
- Defined in:
- gems/aws-sdk-datazone/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).
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_revision ⇒ String
The revision of a listing.
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 |
#status ⇒ String
Specifies the status of the listing.
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 |