Class: Aws::Types::ProductCode
- Inherits:
-
Object
- Object
- Aws::Types::ProductCode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#product_code_id ⇒ ::String
Returns the value of attribute product_code_id.
-
#product_code_type ⇒ "devpay", "marketplace"
Returns the value of attribute product_code_type.
Instance Attribute Details
#product_code_id ⇒ ::String
Returns the value of attribute product_code_id.
15311 15312 15313 |
# File 'sig/types.rbs', line 15311 def product_code_id @product_code_id end |
#product_code_type ⇒ "devpay", "marketplace"
Returns the value of attribute product_code_type.
15312 15313 15314 |
# File 'sig/types.rbs', line 15312 def product_code_type @product_code_type end |