Class: Aws::ApiGatewayV2::Types::DeleteProductRestEndpointPageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::DeleteProductRestEndpointPageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#portal_product_id ⇒ String
3701 3702 3703 3704 3705 3706 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3701 class DeleteProductRestEndpointPageRequest < Struct.new( :portal_product_id, :product_rest_endpoint_page_id) SENSITIVE = [] include Aws::Structure end |
#product_rest_endpoint_page_id ⇒ String
3701 3702 3703 3704 3705 3706 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 3701 class DeleteProductRestEndpointPageRequest < Struct.new( :portal_product_id, :product_rest_endpoint_page_id) SENSITIVE = [] include Aws::Structure end |