Class: Aws::Types::DeleteProductRestEndpointPageRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProductRestEndpointPageRequest
- 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_rest_endpoint_page_id ⇒ ::String
Returns the value of attribute product_rest_endpoint_page_id.
Instance Attribute Details
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
853 854 855 |
# File 'sig/types.rbs', line 853 def portal_product_id @portal_product_id end |
#product_rest_endpoint_page_id ⇒ ::String
Returns the value of attribute product_rest_endpoint_page_id.
854 855 856 |
# File 'sig/types.rbs', line 854 def product_rest_endpoint_page_id @product_rest_endpoint_page_id end |