Class: Aws::Types::UpdatePortalProductRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePortalProductRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#display_order ⇒ Types::DisplayOrder
Returns the value of attribute display_order.
-
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2483 2484 2485 |
# File 'sig/types.rbs', line 2483 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2484 2485 2486 |
# File 'sig/types.rbs', line 2484 def display_name @display_name end |
#display_order ⇒ Types::DisplayOrder
Returns the value of attribute display_order.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def display_order @display_order end |
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
2486 2487 2488 |
# File 'sig/types.rbs', line 2486 def portal_product_id @portal_product_id end |