Class: Aws::Types::DeleteBasePathMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteBasePathMappingRequest
- 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.
Instance Attribute Details
#base_path ⇒ ::String
Returns the value of attribute base_path.
312 313 314 |
# File 'sig/types.rbs', line 312 def base_path @base_path end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
310 311 312 |
# File 'sig/types.rbs', line 310 def domain_name @domain_name end |
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
311 312 313 |
# File 'sig/types.rbs', line 311 def domain_name_id @domain_name_id end |