Class: Aws::ApiGatewayV2::Types::RoutingRuleActionInvokeApi

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigatewayv2/types.rb

Overview

Represents an InvokeApi action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The API identifier of the target API.

Returns:

  • (String)


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

#stageString

The name of the target stage.

Returns:

  • (String)


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_pathBoolean

The strip base path setting. When true, API Gateway strips the incoming matched base path when forwarding the request to the target API.

Returns:

  • (Boolean)


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