Class: Aws::ApiGatewayV2::Types::UpdateProductRestEndpointPageResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateProductRestEndpointPageResponseContent
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Update a product REST endpoint page.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_content ⇒ Types::EndpointDisplayContentResponse
The content of the product REST endpoint page.
-
#last_modified ⇒ Time
The timestamp when the product REST endpoint page was last modified.
-
#product_rest_endpoint_page_arn ⇒ String
The ARN of the product REST endpoint page.
-
#product_rest_endpoint_page_id ⇒ String
The product REST endpoint page identifier.
-
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
The REST endpoint identifier.
-
#status ⇒ String
The status.
-
#status_exception ⇒ Types::StatusException
The status exception information.
-
#try_it_state ⇒ String
The try it state of a product REST endpoint page.
Instance Attribute Details
#display_content ⇒ Types::EndpointDisplayContentResponse
The content of the product REST endpoint page.
10488 10489 10490 10491 10492 10493 10494 10495 10496 10497 10498 10499 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488 class UpdateProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
The timestamp when the product REST endpoint page was last modified.
10488 10489 10490 10491 10492 10493 10494 10495 10496 10497 10498 10499 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488 class UpdateProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#product_rest_endpoint_page_arn ⇒ String
The ARN of the product REST endpoint page.
10488 10489 10490 10491 10492 10493 10494 10495 10496 10497 10498 10499 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488 class UpdateProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#product_rest_endpoint_page_id ⇒ String
The product REST endpoint page identifier.
10488 10489 10490 10491 10492 10493 10494 10495 10496 10497 10498 10499 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488 class UpdateProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
The REST endpoint identifier.
10488 10489 10490 10491 10492 10493 10494 10495 10496 10497 10498 10499 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488 class UpdateProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status.
10488 10489 10490 10491 10492 10493 10494 10495 10496 10497 10498 10499 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488 class UpdateProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#status_exception ⇒ Types::StatusException
The status exception information.
10488 10489 10490 10491 10492 10493 10494 10495 10496 10497 10498 10499 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488 class UpdateProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#try_it_state ⇒ String
The try it state of a product REST endpoint page.
10488 10489 10490 10491 10492 10493 10494 10495 10496 10497 10498 10499 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10488 class UpdateProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |