Class: Aws::Types::DeleteProductPageRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProductPageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
847 848 849 |
# File 'sig/types.rbs', line 847 def portal_product_id @portal_product_id end |
#product_page_id ⇒ ::String
Returns the value of attribute product_page_id.
848 849 850 |
# File 'sig/types.rbs', line 848 def product_page_id @product_page_id end |