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.
10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 10685 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10671 class GetListingOutput < Struct.new( :domain_id, :id, :listing_revision, :created_at, :updated_at, :created_by, :updated_by, :item, :name, :description, :status) SENSITIVE = [:description] include Aws::Structure end |
#created_by ⇒ String
The Amazon DataZone user who created the listing.
10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 10685 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10671 class GetListingOutput < Struct.new( :domain_id, :id, :listing_revision, :created_at, :updated_at, :created_by, :updated_by, :item, :name, :description, :status) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the listing.
10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 10685 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10671 class GetListingOutput < Struct.new( :domain_id, :id, :listing_revision, :created_at, :updated_at, :created_by, :updated_by, :item, :name, :description, :status) SENSITIVE = [:description] include Aws::Structure end |
#domain_id ⇒ String
The ID of the Amazon DataZone domain.
10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 10685 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10671 class GetListingOutput < Struct.new( :domain_id, :id, :listing_revision, :created_at, :updated_at, :created_by, :updated_by, :item, :name, :description, :status) SENSITIVE = [:description] include Aws::Structure end |
#id ⇒ String
The ID of the listing.
10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 10685 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10671 class GetListingOutput < Struct.new( :domain_id, :id, :listing_revision, :created_at, :updated_at, :created_by, :updated_by, :item, :name, :description, :status) SENSITIVE = [:description] include Aws::Structure end |
#item ⇒ Types::ListingItem
The details of a listing.
10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 10685 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10671 class GetListingOutput < Struct.new( :domain_id, :id, :listing_revision, :created_at, :updated_at, :created_by, :updated_by, :item, :name, :description, :status) SENSITIVE = [:description] include Aws::Structure end |
#listing_revision ⇒ String
The revision of a listing.
10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 10685 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10671 class GetListingOutput < Struct.new( :domain_id, :id, :listing_revision, :created_at, :updated_at, :created_by, :updated_by, :item, :name, :description, :status) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the listing.
10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 10685 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10671 class GetListingOutput < Struct.new( :domain_id, :id, :listing_revision, :created_at, :updated_at, :created_by, :updated_by, :item, :name, :description, :status) SENSITIVE = [:description] include Aws::Structure end |
#status ⇒ String
The status of the listing.
10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 10685 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10671 class GetListingOutput < Struct.new( :domain_id, :id, :listing_revision, :created_at, :updated_at, :created_by, :updated_by, :item, :name, :description, :status) SENSITIVE = [:description] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the listing was updated.
10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 10685 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10671 class GetListingOutput < Struct.new( :domain_id, :id, :listing_revision, :created_at, :updated_at, :created_by, :updated_by, :item, :name, :description, :status) SENSITIVE = [:description] include Aws::Structure end |
#updated_by ⇒ String
The Amazon DataZone user who updated the listing.
10671 10672 10673 10674 10675 10676 10677 10678 10679 10680 10681 10682 10683 10684 10685 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10671 class GetListingOutput < Struct.new( :domain_id, :id, :listing_revision, :created_at, :updated_at, :created_by, :updated_by, :item, :name, :description, :status) SENSITIVE = [:description] include Aws::Structure end |