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_mode ⇒ "ENABLED", "DISABLED"
Returns the value of attribute product_code_mode.
Instance Attribute Details
#product_code_id ⇒ ::String
Returns the value of attribute product_code_id.
843 844 845 |
# File 'sig/types.rbs', line 843 def product_code_id @product_code_id end |
#product_code_mode ⇒ "ENABLED", "DISABLED"
Returns the value of attribute product_code_mode.
844 845 846 |
# File 'sig/types.rbs', line 844 def product_code_mode @product_code_mode end |