Class: Aws::ApiGatewayV2::Types::ProductRestEndpointPageSummaryNoBody
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::ProductRestEndpointPageSummaryNoBody
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
A summary of a product REST endpoint page, without providing the page content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint ⇒ String
The endpoint of the product REST endpoint page.
-
#last_modified ⇒ Time
The timestamp when the product REST endpoint page was last modified.
-
#operation_name ⇒ String
The operation name of the product REST endpoint.
-
#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
#endpoint ⇒ String
The endpoint of the product REST endpoint page.
7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376 class ProductRestEndpointPageSummaryNoBody < Struct.new( :endpoint, :last_modified, :operation_name, :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.
7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376 class ProductRestEndpointPageSummaryNoBody < Struct.new( :endpoint, :last_modified, :operation_name, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#operation_name ⇒ String
The operation name of the product REST endpoint.
7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376 class ProductRestEndpointPageSummaryNoBody < Struct.new( :endpoint, :last_modified, :operation_name, :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.
7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376 class ProductRestEndpointPageSummaryNoBody < Struct.new( :endpoint, :last_modified, :operation_name, :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.
7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376 class ProductRestEndpointPageSummaryNoBody < Struct.new( :endpoint, :last_modified, :operation_name, :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.
7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376 class ProductRestEndpointPageSummaryNoBody < Struct.new( :endpoint, :last_modified, :operation_name, :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.
7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376 class ProductRestEndpointPageSummaryNoBody < Struct.new( :endpoint, :last_modified, :operation_name, :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.
7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376 class ProductRestEndpointPageSummaryNoBody < Struct.new( :endpoint, :last_modified, :operation_name, :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.
7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7376 class ProductRestEndpointPageSummaryNoBody < Struct.new( :endpoint, :last_modified, :operation_name, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |