Class: Aws::Types::ProductCode
- Inherits:
-
Object
- Object
- Aws::Types::ProductCode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#product_type ⇒ ::String
Returns the value of attribute product_type.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
2470 2471 2472 |
# File 'sig/types.rbs', line 2470 def code @code end |
#product_type ⇒ ::String
Returns the value of attribute product_type.
2471 2472 2473 |
# File 'sig/types.rbs', line 2471 def product_type @product_type end |