Class: Aws::Types::GetProductRestEndpointPageRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetProductRestEndpointPageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#include_raw_display_content ⇒ ::String
Returns the value of attribute include_raw_display_content.
-
#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.
-
#resource_owner_account_id ⇒ ::String
Returns the value of attribute resource_owner_account_id.
Instance Attribute Details
#include_raw_display_content ⇒ ::String
Returns the value of attribute include_raw_display_content.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def include_raw_display_content @include_raw_display_content end |
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def portal_product_id @portal_product_id end |
#product_rest_endpoint_page_id ⇒ ::String
Returns the value of attribute product_rest_endpoint_page_id.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def product_rest_endpoint_page_id @product_rest_endpoint_page_id end |
#resource_owner_account_id ⇒ ::String
Returns the value of attribute resource_owner_account_id.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def resource_owner_account_id @resource_owner_account_id end |