Class: Aws::Types::CreateApiMappingRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApiMappingRequest
- 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_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.
163 164 165 |
# File 'sig/types.rbs', line 163 def api_id @api_id end |
#api_mapping_key ⇒ ::String
Returns the value of attribute api_mapping_key.
164 165 166 |
# File 'sig/types.rbs', line 164 def api_mapping_key @api_mapping_key end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
165 166 167 |
# File 'sig/types.rbs', line 165 def domain_name @domain_name end |
#stage ⇒ ::String
Returns the value of attribute stage.
166 167 168 |
# File 'sig/types.rbs', line 166 def stage @stage end |