Class: Aws::Types::GetProductRestEndpointPageResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetProductRestEndpointPageResponse
- 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.
-
#raw_display_content ⇒ ::String
Returns the value of attribute raw_display_content.
-
#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.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def display_content @display_content end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def last_modified @last_modified end |
#product_rest_endpoint_page_arn ⇒ ::String
Returns the value of attribute product_rest_endpoint_page_arn.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 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.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def product_rest_endpoint_page_id @product_rest_endpoint_page_id end |
#raw_display_content ⇒ ::String
Returns the value of attribute raw_display_content.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def raw_display_content @raw_display_content end |
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
Returns the value of attribute rest_endpoint_identifier.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def rest_endpoint_identifier @rest_endpoint_identifier end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def status @status end |
#status_exception ⇒ Types::StatusException
Returns the value of attribute status_exception.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def status_exception @status_exception end |
#try_it_state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute try_it_state.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def try_it_state @try_it_state end |