Class: Aws::Types::ProductPageSummaryNoBody
- Inherits:
-
Object
- Object
- Aws::Types::ProductPageSummaryNoBody
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#page_title ⇒ ::String
Returns the value of attribute page_title.
-
#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
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def last_modified @last_modified end |
#page_title ⇒ ::String
Returns the value of attribute page_title.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def page_title @page_title end |
#product_page_arn ⇒ ::String
Returns the value of attribute product_page_arn.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def product_page_arn @product_page_arn end |
#product_page_id ⇒ ::String
Returns the value of attribute product_page_id.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def product_page_id @product_page_id end |