Class: Aws::ApiGatewayV2::Types::GetProductRestEndpointPageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetProductRestEndpointPageResponse
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_content ⇒ Types::EndpointDisplayContentResponse
The product REST endpoint page.
-
#last_modified ⇒ Time
-
#product_rest_endpoint_page_arn ⇒ String
-
#product_rest_endpoint_page_id ⇒ String
-
#raw_display_content ⇒ String
-
#rest_endpoint_identifier ⇒ Types::RestEndpointIdentifier
The REST API endpoint identifier.
-
#status ⇒ String
The status.
-
#status_exception ⇒ Types::StatusException
Represents a StatusException.
-
#try_it_state ⇒ String
Represents the try it state for a product REST endpoint page.
Instance Attribute Details
#display_content ⇒ Types::EndpointDisplayContentResponse
The product REST endpoint page.
5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5558 class GetProductRestEndpointPageResponse < 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
5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5558 class GetProductRestEndpointPageResponse < 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
5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5558 class GetProductRestEndpointPageResponse < 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
5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5558 class GetProductRestEndpointPageResponse < 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
5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5558 class GetProductRestEndpointPageResponse < 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 API endpoint identifier.
5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5558 class GetProductRestEndpointPageResponse < 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.
5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5558 class GetProductRestEndpointPageResponse < 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
Represents a StatusException.
5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5558 class GetProductRestEndpointPageResponse < 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
Represents the try it state for a product REST endpoint page.
5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 5558 class GetProductRestEndpointPageResponse < 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 |