Class: Aws::Types::UpdateBasePathMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBasePathMappingRequest
- 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.
-
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
Instance Attribute Details
#base_path ⇒ ::String
Returns the value of attribute base_path.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def base_path @base_path end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def domain_name @domain_name end |
#domain_name_id ⇒ ::String
Returns the value of attribute domain_name_id.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def domain_name_id @domain_name_id end |
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def patch_operations @patch_operations end |