Class: Aws::ApiGatewayV2::Types::RoutingRuleActionInvokeApi
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::RoutingRuleActionInvokeApi
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Represents an InvokeApi action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API identifier of the target API.
-
#stage ⇒ String
The name of the target stage.
-
#strip_base_path ⇒ Boolean
The strip base path setting.
Instance Attribute Details
#api_id ⇒ String
The API identifier of the target API.
7916 7917 7918 7919 7920 7921 7922 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7916 class RoutingRuleActionInvokeApi < Struct.new( :api_id, :stage, :strip_base_path) SENSITIVE = [] include Aws::Structure end |
#stage ⇒ String
The name of the target stage.
7916 7917 7918 7919 7920 7921 7922 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7916 class RoutingRuleActionInvokeApi < Struct.new( :api_id, :stage, :strip_base_path) SENSITIVE = [] include Aws::Structure end |
#strip_base_path ⇒ Boolean
The strip base path setting. When true, API Gateway strips the incoming matched base path when forwarding the request to the target API.
7916 7917 7918 7919 7920 7921 7922 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7916 class RoutingRuleActionInvokeApi < Struct.new( :api_id, :stage, :strip_base_path) SENSITIVE = [] include Aws::Structure end |