Class: Aws::Types::CreateProductPageRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProductPageRequest
- 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.
Instance Attribute Details
#display_content ⇒ Types::DisplayContent
Returns the value of attribute display_content.
529 530 531 |
# File 'sig/types.rbs', line 529 def display_content @display_content end |
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
530 531 532 |
# File 'sig/types.rbs', line 530 def portal_product_id @portal_product_id end |