Class: Aws::Types::BasePathMapping
- Inherits:
-
Object
- Object
- Aws::Types::BasePathMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_path ⇒ ::String
Returns the value of attribute base_path.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#stage ⇒ ::String
Returns the value of attribute stage.
Instance Attribute Details
#base_path ⇒ ::String
Returns the value of attribute base_path.
85 86 87 |
# File 'sig/types.rbs', line 85 def base_path @base_path end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
86 87 88 |
# File 'sig/types.rbs', line 86 def rest_api_id @rest_api_id end |
#stage ⇒ ::String
Returns the value of attribute stage.
87 88 89 |
# File 'sig/types.rbs', line 87 def stage @stage end |