Class: Aws::DataZone::Types::GetListingOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::GetListingOutput
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the listing was created.
-
#created_by ⇒ String
The Amazon DataZone user who created the listing.
-
#description ⇒ String
The description of the listing.
-
#domain_id ⇒ String
The ID of the Amazon DataZone domain.
-
#id ⇒ String
The ID of the listing.
-
#item ⇒ Types::ListingItem
The details of a listing.
-
#listing_revision ⇒ String
The revision of a listing.
-
#name ⇒ String
The name of the listing.
-
#status ⇒ String
The status of the listing.
-
#updated_at ⇒ Time
The timestamp of when the listing was updated.
-
#updated_by ⇒ String
The Amazon DataZone user who updated the listing.
Instance Attribute Details
#created_at ⇒ Time
The timestamp of when the listing was created.
9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9283 class GetListingOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :item, :listing_revision, :name, :status, :updated_at, :updated_by) SENSITIVE = [:description] include Aws::Structure end |
#created_by ⇒ String
The Amazon DataZone user who created the listing.
9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9283 class GetListingOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :item, :listing_revision, :name, :status, :updated_at, :updated_by) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the listing.
9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9283 class GetListingOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :item, :listing_revision, :name, :status, :updated_at, :updated_by) SENSITIVE = [:description] include Aws::Structure end |
#domain_id ⇒ String
The ID of the Amazon DataZone domain.
9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9283 class GetListingOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :item, :listing_revision, :name, :status, :updated_at, :updated_by) SENSITIVE = [:description] include Aws::Structure end |
#id ⇒ String
The ID of the listing.
9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9283 class GetListingOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :item, :listing_revision, :name, :status, :updated_at, :updated_by) SENSITIVE = [:description] include Aws::Structure end |
#item ⇒ Types::ListingItem
The details of a listing.
9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9283 class GetListingOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :item, :listing_revision, :name, :status, :updated_at, :updated_by) SENSITIVE = [:description] include Aws::Structure end |
#listing_revision ⇒ String
The revision of a listing.
9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9283 class GetListingOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :item, :listing_revision, :name, :status, :updated_at, :updated_by) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the listing.
9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9283 class GetListingOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :item, :listing_revision, :name, :status, :updated_at, :updated_by) SENSITIVE = [:description] include Aws::Structure end |
#status ⇒ String
The status of the listing.
9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9283 class GetListingOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :item, :listing_revision, :name, :status, :updated_at, :updated_by) SENSITIVE = [:description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the listing was updated.
9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9283 class GetListingOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :item, :listing_revision, :name, :status, :updated_at, :updated_by) SENSITIVE = [:description] include Aws::Structure end |
#updated_by ⇒ String
The Amazon DataZone user who updated the listing.
9283 9284 9285 9286 9287 9288 9289 9290 9291 9292 9293 9294 9295 9296 9297 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 9283 class GetListingOutput < Struct.new( :created_at, :created_by, :description, :domain_id, :id, :item, :listing_revision, :name, :status, :updated_at, :updated_by) SENSITIVE = [:description] include Aws::Structure end |