Class: Aws::ApiGatewayV2::Types::GetProductRestEndpointPageResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetProductRestEndpointPageResponseContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Gets 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.
-
#raw_display_content ⇒ String
The raw display content of the product REST endpoint page.
-
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
The REST endpoint identifier.
-
#status ⇒ String
The status of the product REST endpoint page.
-
#status_exception ⇒ Types::StatusException
The status exception information.
-
#try_it_state ⇒ String
The try it state.
Instance Attribute Details
#display_content ⇒ Types::EndpointDisplayContentResponse
The content of the product REST endpoint page.
5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610 class GetProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :raw_display_content, :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.
5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610 class GetProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :raw_display_content, :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.
5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610 class GetProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :raw_display_content, :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.
5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610 class GetProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :raw_display_content, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#raw_display_content ⇒ String
The raw display content of the product REST endpoint page.
5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610 class GetProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :raw_display_content, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
The REST endpoint identifier.
5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610 class GetProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :raw_display_content, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the product REST endpoint page.
5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610 class GetProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :raw_display_content, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#status_exception ⇒ Types::StatusException
The status exception information.
5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610 class GetProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :raw_display_content, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |
#try_it_state ⇒ String
The try it state.
5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5610 class GetProductRestEndpointPageResponseContent < Struct.new( :display_content, :last_modified, :product_rest_endpoint_page_arn, :product_rest_endpoint_page_id, :raw_display_content, :rest_endpoint_identifier, :status, :status_exception, :try_it_state) SENSITIVE = [] include Aws::Structure end |