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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
# File 'lib/aws-sdk-datazone/types.rb', line 7982

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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
# File 'lib/aws-sdk-datazone/types.rb', line 7982

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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
# File 'lib/aws-sdk-datazone/types.rb', line 7982

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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
# File 'lib/aws-sdk-datazone/types.rb', line 7982

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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
# File 'lib/aws-sdk-datazone/types.rb', line 7982

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:



7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
# File 'lib/aws-sdk-datazone/types.rb', line 7982

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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
# File 'lib/aws-sdk-datazone/types.rb', line 7982

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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
# File 'lib/aws-sdk-datazone/types.rb', line 7982

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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
# File 'lib/aws-sdk-datazone/types.rb', line 7982

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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
# File 'lib/aws-sdk-datazone/types.rb', line 7982

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)


7982
7983
7984
7985
7986
7987
7988
7989
7990
7991
7992
7993
7994
7995
7996
# File 'lib/aws-sdk-datazone/types.rb', line 7982

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