Class: Aws::Types::UpdateProductPageResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProductPageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_content ⇒ Types::DisplayContent
Returns the value of attribute display_content.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#product_page_arn ⇒ ::String
Returns the value of attribute product_page_arn.
-
#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.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def display_content @display_content end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def last_modified @last_modified end |
#product_page_arn ⇒ ::String
Returns the value of attribute product_page_arn.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def product_page_arn @product_page_arn end |
#product_page_id ⇒ ::String
Returns the value of attribute product_page_id.
2592 2593 2594 |
# File 'sig/types.rbs', line 2592 def product_page_id @product_page_id end |