Class: Aws::DataZone::Types::GetListingOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the listing was created.

Returns:

  • (Time)


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_byString

The Amazon DataZone user who created the listing.

Returns:

  • (String)


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

#descriptionString

The description of the listing.

Returns:

  • (String)


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_idString

The ID of the Amazon DataZone domain.

Returns:

  • (String)


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

#idString

The ID of the listing.

Returns:

  • (String)


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

#itemTypes::ListingItem

The details of a listing.

Returns:



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_revisionString

The revision of a listing.

Returns:

  • (String)


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

#nameString

The name of the listing.

Returns:

  • (String)


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

#statusString

The status of the listing.

Returns:

  • (String)


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_atTime

The timestamp of when the listing was updated.

Returns:

  • (Time)


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_byString

The Amazon DataZone user who updated the listing.

Returns:

  • (String)


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