Class: Aws::Types::UpdatePortalProductRequestContent
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePortalProductRequestContent
- 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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def display_name @display_name end |
#display_order ⇒ Types::DisplayOrder
Returns the value of attribute display_order.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def display_order @display_order end |