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)


5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5761

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)


5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5761

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)


5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5761

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)


5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5761

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)


5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5761

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:



5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5761

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)


5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5761

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)


5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5761

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)


5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5761

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)


5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5761

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)


5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 5761

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