Class: Aws::Types::DeleteApiMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApiMappingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_mapping_id ⇒ ::String
Returns the value of attribute api_mapping_id.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
Instance Attribute Details
#api_mapping_id ⇒ ::String
Returns the value of attribute api_mapping_id.
780 781 782 |
# File 'sig/types.rbs', line 780 def api_mapping_id @api_mapping_id end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
781 782 783 |
# File 'sig/types.rbs', line 781 def domain_name @domain_name end |