Module: Aws::ApiGatewayV2::Client::_CreateProductRestEndpointPageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateProductRestEndpointPageResponse]
- 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
363 |
# File 'sig/client.rbs', line 363
def display_content: () -> Types::EndpointDisplayContentResponse
|
#last_modified ⇒ ::Time
364 |
# File 'sig/client.rbs', line 364
def last_modified: () -> ::Time
|
#product_rest_endpoint_page_arn ⇒ ::String
365 |
# File 'sig/client.rbs', line 365
def product_rest_endpoint_page_arn: () -> ::String
|
#product_rest_endpoint_page_id ⇒ ::String
366 |
# File 'sig/client.rbs', line 366
def product_rest_endpoint_page_id: () -> ::String
|
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
367 |
# File 'sig/client.rbs', line 367
def rest_endpoint_identifier: () -> Types::RestEndpointIdentifier
|
#status ⇒ "AVAILABLE", ...
368 |
# File 'sig/client.rbs', line 368
def status: () -> ("AVAILABLE" | "IN_PROGRESS" | "FAILED")
|
#status_exception ⇒ Types::StatusException
369 |
# File 'sig/client.rbs', line 369
def status_exception: () -> Types::StatusException
|
#try_it_state ⇒ "ENABLED", "DISABLED"
370 |
# File 'sig/client.rbs', line 370
def try_it_state: () -> ("ENABLED" | "DISABLED")
|