Class: Aws::Types::CatalogItem
- Inherits:
-
Object
- Object
- Aws::Types::CatalogItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_information ⇒ ::String
Returns the value of attribute additional_information.
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#category ⇒ ::String
Returns the value of attribute category.
-
#code ⇒ ::String
Returns the value of attribute code.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#image_link ⇒ ::String
Returns the value of attribute image_link.
-
#link ⇒ ::String
Returns the value of attribute link.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#price ⇒ ::String
Returns the value of attribute price.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#additional_information ⇒ ::String
Returns the value of attribute additional_information.
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.
261 262 263 |
# File 'sig/types.rbs', line 261 def attributes @attributes end |
#category ⇒ ::String
Returns the value of attribute category.
253 254 255 |
# File 'sig/types.rbs', line 253 def category @category end |
#code ⇒ ::String
Returns the value of attribute code.
251 252 253 |
# File 'sig/types.rbs', line 251 def code @code end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
258 259 260 |
# File 'sig/types.rbs', line 258 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
254 255 256 |
# File 'sig/types.rbs', line 254 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
249 250 251 |
# File 'sig/types.rbs', line 249 def id @id end |
#image_link ⇒ ::String
Returns the value of attribute image_link.
256 257 258 |
# File 'sig/types.rbs', line 256 def image_link @image_link end |
#link ⇒ ::String
Returns the value of attribute link.
257 258 259 |
# File 'sig/types.rbs', line 257 def link @link end |
#name ⇒ ::String
Returns the value of attribute name.
250 251 252 |
# File 'sig/types.rbs', line 250 def name @name end |
#price ⇒ ::String
Returns the value of attribute price.
260 261 262 |
# File 'sig/types.rbs', line 260 def price @price end |
#type ⇒ ::String
Returns the value of attribute type.
252 253 254 |
# File 'sig/types.rbs', line 252 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
259 260 261 |
# File 'sig/types.rbs', line 259 def updated_at @updated_at end |