Class: Aws::Types::UpdateProductPageRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProductPageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_content ⇒ Types::DisplayContent
Returns the value of attribute display_content.
-
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
-
#product_page_id ⇒ ::String
Returns the value of attribute product_page_id.
Instance Attribute Details
#display_content ⇒ Types::DisplayContent
Returns the value of attribute display_content.
2577 2578 2579 |
# File 'sig/types.rbs', line 2577 def display_content @display_content end |
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
2578 2579 2580 |
# File 'sig/types.rbs', line 2578 def portal_product_id @portal_product_id end |
#product_page_id ⇒ ::String
Returns the value of attribute product_page_id.
2579 2580 2581 |
# File 'sig/types.rbs', line 2579 def product_page_id @product_page_id end |