Class: Aws::Types::GetBasePathMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetBasePathMappingRequest
- 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.
622 623 624 |
# File 'sig/types.rbs', line 622 def base_path @base_path end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
620 621 622 |
# File 'sig/types.rbs', line 620 def domain_name @domain_name end |
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
621 622 623 |
# File 'sig/types.rbs', line 621 def domain_name_id @domain_name_id end |