Class: Aws::Types::UpdateApiMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApiMappingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#api_mapping_id ⇒ ::String
Returns the value of attribute api_mapping_id.
-
#api_mapping_key ⇒ ::String
Returns the value of attribute api_mapping_key.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#stage ⇒ ::String
Returns the value of attribute stage.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def api_id @api_id end |
#api_mapping_id ⇒ ::String
Returns the value of attribute api_mapping_id.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def api_mapping_id @api_mapping_id end |
#api_mapping_key ⇒ ::String
Returns the value of attribute api_mapping_key.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def api_mapping_key @api_mapping_key end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def domain_name @domain_name end |
#stage ⇒ ::String
Returns the value of attribute stage.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def stage @stage end |