Module: Aws::ApiGatewayV2::Client::_GetProductRestEndpointPageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProductRestEndpointPageResponse]
- 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
- #raw_display_content ⇒ ::String
- #rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
- #status ⇒ "AVAILABLE", ...
- #status_exception ⇒ Types::StatusException
- #try_it_state ⇒ "ENABLED", "DISABLED"
Instance Method Details
#display_content ⇒ Types::EndpointDisplayContentResponse
1061 |
# File 'sig/client.rbs', line 1061
def display_content: () -> Types::EndpointDisplayContentResponse
|
#last_modified ⇒ ::Time
1062 |
# File 'sig/client.rbs', line 1062
def last_modified: () -> ::Time
|
#product_rest_endpoint_page_arn ⇒ ::String
1063 |
# File 'sig/client.rbs', line 1063
def product_rest_endpoint_page_arn: () -> ::String
|
#product_rest_endpoint_page_id ⇒ ::String
1064 |
# File 'sig/client.rbs', line 1064
def product_rest_endpoint_page_id: () -> ::String
|
#raw_display_content ⇒ ::String
1065 |
# File 'sig/client.rbs', line 1065
def raw_display_content: () -> ::String
|
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
1066 |
# File 'sig/client.rbs', line 1066
def rest_endpoint_identifier: () -> Types::RestEndpointIdentifier
|
#status ⇒ "AVAILABLE", ...
1067 |
# File 'sig/client.rbs', line 1067
def status: () -> ("AVAILABLE" | "IN_PROGRESS" | "FAILED")
|
#status_exception ⇒ Types::StatusException
1068 |
# File 'sig/client.rbs', line 1068
def status_exception: () -> Types::StatusException
|
#try_it_state ⇒ "ENABLED", "DISABLED"
1069 |
# File 'sig/client.rbs', line 1069
def try_it_state: () -> ("ENABLED" | "DISABLED")
|