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)


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_byString

The Amazon DataZone user who created the listing.

Returns:

  • (String)


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

#descriptionString

The description of the listing.

Returns:

  • (String)


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_idString

The ID of the Amazon DataZone domain.

Returns:

  • (String)


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

#idString

The ID of the listing.

Returns:

  • (String)


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

#itemTypes::ListingItem

The details of a listing.

Returns:



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_revisionString

The revision of a listing.

Returns:

  • (String)


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

#nameString

The name of the listing.

Returns:

  • (String)


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

#statusString

The status of the listing.

Returns:

  • (String)


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_atTime

The timestamp of when the listing was updated.

Returns:

  • (Time)


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_byString

The Amazon DataZone user who updated the listing.

Returns:

  • (String)


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