Class: Aws::CustomerProfiles::Types::CatalogItem

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

Overview

Represents an item in the catalog with its complete set of attributes and metadata.

Constant Summary collapse

SENSITIVE =
[:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_informationString

Supplementary information about the catalog item beyond the basic description.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 828

class CatalogItem < Struct.new(
  :id,
  :name,
  :code,
  :type,
  :category,
  :description,
  :additional_information,
  :image_link,
  :link,
  :created_at,
  :updated_at,
  :price,
  :attributes)
  SENSITIVE = [:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes]
  include Aws::Structure
end

#attributesHash<String,String>

Additional attributes or properties associated with the catalog item stored as key-value pairs.

Returns:

  • (Hash<String,String>)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 828

class CatalogItem < Struct.new(
  :id,
  :name,
  :code,
  :type,
  :category,
  :description,
  :additional_information,
  :image_link,
  :link,
  :created_at,
  :updated_at,
  :price,
  :attributes)
  SENSITIVE = [:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes]
  include Aws::Structure
end

#categoryString

The category to which the catalog item belongs.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 828

class CatalogItem < Struct.new(
  :id,
  :name,
  :code,
  :type,
  :category,
  :description,
  :additional_information,
  :image_link,
  :link,
  :created_at,
  :updated_at,
  :price,
  :attributes)
  SENSITIVE = [:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes]
  include Aws::Structure
end

#codeString

The product code or SKU of the catalog item.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 828

class CatalogItem < Struct.new(
  :id,
  :name,
  :code,
  :type,
  :category,
  :description,
  :additional_information,
  :image_link,
  :link,
  :created_at,
  :updated_at,
  :price,
  :attributes)
  SENSITIVE = [:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes]
  include Aws::Structure
end

#created_atTime

The timestamp when the catalog item was created.

Returns:

  • (Time)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 828

class CatalogItem < Struct.new(
  :id,
  :name,
  :code,
  :type,
  :category,
  :description,
  :additional_information,
  :image_link,
  :link,
  :created_at,
  :updated_at,
  :price,
  :attributes)
  SENSITIVE = [:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes]
  include Aws::Structure
end

#descriptionString

A detailed description of the catalog item.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 828

class CatalogItem < Struct.new(
  :id,
  :name,
  :code,
  :type,
  :category,
  :description,
  :additional_information,
  :image_link,
  :link,
  :created_at,
  :updated_at,
  :price,
  :attributes)
  SENSITIVE = [:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes]
  include Aws::Structure
end

#idString

The unique identifier for the catalog item.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 828

class CatalogItem < Struct.new(
  :id,
  :name,
  :code,
  :type,
  :category,
  :description,
  :additional_information,
  :image_link,
  :link,
  :created_at,
  :updated_at,
  :price,
  :attributes)
  SENSITIVE = [:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes]
  include Aws::Structure
end

The URL link to the item's image.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 828

class CatalogItem < Struct.new(
  :id,
  :name,
  :code,
  :type,
  :category,
  :description,
  :additional_information,
  :image_link,
  :link,
  :created_at,
  :updated_at,
  :price,
  :attributes)
  SENSITIVE = [:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes]
  include Aws::Structure
end

The URL link to the item's detailed page or external resource.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 828

class CatalogItem < Struct.new(
  :id,
  :name,
  :code,
  :type,
  :category,
  :description,
  :additional_information,
  :image_link,
  :link,
  :created_at,
  :updated_at,
  :price,
  :attributes)
  SENSITIVE = [:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes]
  include Aws::Structure
end

#nameString

The display name of the catalog item.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 828

class CatalogItem < Struct.new(
  :id,
  :name,
  :code,
  :type,
  :category,
  :description,
  :additional_information,
  :image_link,
  :link,
  :created_at,
  :updated_at,
  :price,
  :attributes)
  SENSITIVE = [:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes]
  include Aws::Structure
end

#priceString

The price of the catalog item.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 828

class CatalogItem < Struct.new(
  :id,
  :name,
  :code,
  :type,
  :category,
  :description,
  :additional_information,
  :image_link,
  :link,
  :created_at,
  :updated_at,
  :price,
  :attributes)
  SENSITIVE = [:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes]
  include Aws::Structure
end

#typeString

The type classification of the catalog item.

Returns:

  • (String)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 828

class CatalogItem < Struct.new(
  :id,
  :name,
  :code,
  :type,
  :category,
  :description,
  :additional_information,
  :image_link,
  :link,
  :created_at,
  :updated_at,
  :price,
  :attributes)
  SENSITIVE = [:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes]
  include Aws::Structure
end

#updated_atTime

The timestamp when the catalog item was last updated.

Returns:

  • (Time)


828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 828

class CatalogItem < Struct.new(
  :id,
  :name,
  :code,
  :type,
  :category,
  :description,
  :additional_information,
  :image_link,
  :link,
  :created_at,
  :updated_at,
  :price,
  :attributes)
  SENSITIVE = [:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes]
  include Aws::Structure
end