Class: Aws::Types::GetProductPageRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetProductPageRequest
- 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.
-
#resource_owner_account_id ⇒ ::String
Returns the value of attribute resource_owner_account_id.
Instance Attribute Details
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def portal_product_id @portal_product_id end |
#product_page_id ⇒ ::String
Returns the value of attribute product_page_id.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def product_page_id @product_page_id end |
#resource_owner_account_id ⇒ ::String
Returns the value of attribute resource_owner_account_id.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def resource_owner_account_id @resource_owner_account_id end |