Class: Aws::Types::RoutingRuleActionInvokeApi
- Inherits:
-
Object
- Object
- Aws::Types::RoutingRuleActionInvokeApi
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#stage ⇒ ::String
Returns the value of attribute stage.
-
#strip_base_path ⇒ Boolean
Returns the value of attribute strip_base_path.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def api_id @api_id end |
#stage ⇒ ::String
Returns the value of attribute stage.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def stage @stage end |
#strip_base_path ⇒ Boolean
Returns the value of attribute strip_base_path.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def strip_base_path @strip_base_path end |