Class: Aws::Types::CatalogItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:id, :name, :code, :type, :category, :description, :additional_information, :image_link, :link, :price, :attributes])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_information::String

Returns the value of attribute additional_information.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def additional_information
  @additional_information
end

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:

  • (::Hash[::String, ::String])


261
262
263
# File 'sig/types.rbs', line 261

def attributes
  @attributes
end

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


253
254
255
# File 'sig/types.rbs', line 253

def category
  @category
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def code
  @code
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


258
259
260
# File 'sig/types.rbs', line 258

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


254
255
256
# File 'sig/types.rbs', line 254

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def id
  @id
end

Returns the value of attribute image_link.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

def image_link
  @image_link
end

Returns the value of attribute link.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def link
  @link
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


250
251
252
# File 'sig/types.rbs', line 250

def name
  @name
end

#price::String

Returns the value of attribute price.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def price
  @price
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


252
253
254
# File 'sig/types.rbs', line 252

def type
  @type
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


259
260
261
# File 'sig/types.rbs', line 259

def updated_at
  @updated_at
end