Class: Aws::Types::UpdateProductRestEndpointPageRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProductRestEndpointPageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_content ⇒ Types::EndpointDisplayContent
Returns the value of attribute 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.
-
#try_it_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute try_it_state.
Instance Attribute Details
#display_content ⇒ Types::EndpointDisplayContent
Returns the value of attribute display_content.
2605 2606 2607 |
# File 'sig/types.rbs', line 2605 def display_content @display_content end |
#portal_product_id ⇒ ::String
Returns the value of attribute portal_product_id.
2606 2607 2608 |
# File 'sig/types.rbs', line 2606 def portal_product_id @portal_product_id end |
#product_rest_endpoint_page_id ⇒ ::String
Returns the value of attribute product_rest_endpoint_page_id.
2607 2608 2609 |
# File 'sig/types.rbs', line 2607 def product_rest_endpoint_page_id @product_rest_endpoint_page_id end |
#try_it_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute try_it_state.
2608 2609 2610 |
# File 'sig/types.rbs', line 2608 def try_it_state @try_it_state end |