Class: Aws::ApiGatewayV2::Types::GetProductRestEndpointPageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetProductRestEndpointPageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #include_raw_display_content ⇒ String
- #portal_product_id ⇒ String
- #product_rest_endpoint_page_id ⇒ String
- #resource_owner_account_id ⇒ String
Instance Attribute Details
#include_raw_display_content ⇒ String
5517 5518 5519 5520 5521 5522 5523 5524 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5517 class GetProductRestEndpointPageRequest < Struct.new( :include_raw_display_content, :portal_product_id, :product_rest_endpoint_page_id, :resource_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#portal_product_id ⇒ String
5517 5518 5519 5520 5521 5522 5523 5524 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5517 class GetProductRestEndpointPageRequest < Struct.new( :include_raw_display_content, :portal_product_id, :product_rest_endpoint_page_id, :resource_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#product_rest_endpoint_page_id ⇒ String
5517 5518 5519 5520 5521 5522 5523 5524 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5517 class GetProductRestEndpointPageRequest < Struct.new( :include_raw_display_content, :portal_product_id, :product_rest_endpoint_page_id, :resource_owner_account_id) SENSITIVE = [] include Aws::Structure end |
#resource_owner_account_id ⇒ String
5517 5518 5519 5520 5521 5522 5523 5524 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5517 class GetProductRestEndpointPageRequest < Struct.new( :include_raw_display_content, :portal_product_id, :product_rest_endpoint_page_id, :resource_owner_account_id) SENSITIVE = [] include Aws::Structure end |