Class: Aws::Types::UpdateProductRestEndpointPageResponseContent
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProductRestEndpointPageResponseContent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_content ⇒ Types::EndpointDisplayContentResponse
Returns the value of attribute display_content.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#product_rest_endpoint_page_arn ⇒ ::String
Returns the value of attribute product_rest_endpoint_page_arn.
-
#product_rest_endpoint_page_id ⇒ ::String
Returns the value of attribute product_rest_endpoint_page_id.
-
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
Returns the value of attribute rest_endpoint_identifier.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_exception ⇒ Types::StatusException
Returns the value of attribute status_exception.
-
#try_it_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute try_it_state.
Instance Attribute Details
#display_content ⇒ Types::EndpointDisplayContentResponse
Returns the value of attribute display_content.
2631 2632 2633 |
# File 'sig/types.rbs', line 2631 def display_content @display_content end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
2632 2633 2634 |
# File 'sig/types.rbs', line 2632 def last_modified @last_modified end |
#product_rest_endpoint_page_arn ⇒ ::String
Returns the value of attribute product_rest_endpoint_page_arn.
2633 2634 2635 |
# File 'sig/types.rbs', line 2633 def product_rest_endpoint_page_arn @product_rest_endpoint_page_arn end |
#product_rest_endpoint_page_id ⇒ ::String
Returns the value of attribute product_rest_endpoint_page_id.
2634 2635 2636 |
# File 'sig/types.rbs', line 2634 def product_rest_endpoint_page_id @product_rest_endpoint_page_id end |
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
Returns the value of attribute rest_endpoint_identifier.
2635 2636 2637 |
# File 'sig/types.rbs', line 2635 def rest_endpoint_identifier @rest_endpoint_identifier end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
2636 2637 2638 |
# File 'sig/types.rbs', line 2636 def status @status end |
#status_exception ⇒ Types::StatusException
Returns the value of attribute status_exception.
2637 2638 2639 |
# File 'sig/types.rbs', line 2637 def status_exception @status_exception end |
#try_it_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute try_it_state.
2638 2639 2640 |
# File 'sig/types.rbs', line 2638 def try_it_state @try_it_state end |