Module: Aws::ApiGatewayV2::Client::_UpdateProductRestEndpointPageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateProductRestEndpointPageResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #display_content ⇒ Types::EndpointDisplayContentResponse
- #last_modified ⇒ ::Time
- #product_rest_endpoint_page_arn ⇒ ::String
- #product_rest_endpoint_page_id ⇒ ::String
- #rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
- #status ⇒ "AVAILABLE", ...
- #status_exception ⇒ Types::StatusException
- #try_it_state ⇒ "ENABLED", "DISABLED"
Instance Method Details
#display_content ⇒ Types::EndpointDisplayContentResponse
1735 |
# File 'sig/client.rbs', line 1735
def display_content: () -> Types::EndpointDisplayContentResponse
|
#last_modified ⇒ ::Time
1736 |
# File 'sig/client.rbs', line 1736
def last_modified: () -> ::Time
|
#product_rest_endpoint_page_arn ⇒ ::String
1737 |
# File 'sig/client.rbs', line 1737
def product_rest_endpoint_page_arn: () -> ::String
|
#product_rest_endpoint_page_id ⇒ ::String
1738 |
# File 'sig/client.rbs', line 1738
def product_rest_endpoint_page_id: () -> ::String
|
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
1739 |
# File 'sig/client.rbs', line 1739
def rest_endpoint_identifier: () -> Types::RestEndpointIdentifier
|
#status ⇒ "AVAILABLE", ...
1740 |
# File 'sig/client.rbs', line 1740
def status: () -> ("AVAILABLE" | "IN_PROGRESS" | "FAILED")
|
#status_exception ⇒ Types::StatusException
1741 |
# File 'sig/client.rbs', line 1741
def status_exception: () -> Types::StatusException
|
#try_it_state ⇒ "ENABLED", "DISABLED"
1742 |
# File 'sig/client.rbs', line 1742
def try_it_state: () -> ("ENABLED" | "DISABLED")
|