Class: Aws::Types::CreateBasePathMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateBasePathMappingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base_path ⇒ ::String
Returns the value of attribute base_path.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
-
#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.
155 156 157 |
# File 'sig/types.rbs', line 155 def base_path @base_path end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
153 154 155 |
# File 'sig/types.rbs', line 153 def domain_name @domain_name end |
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
154 155 156 |
# File 'sig/types.rbs', line 154 def domain_name_id @domain_name_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
156 157 158 |
# File 'sig/types.rbs', line 156 def rest_api_id @rest_api_id end |
#stage ⇒ ::String
Returns the value of attribute stage.
157 158 159 |
# File 'sig/types.rbs', line 157 def stage @stage end |