Class: Aws::Types::CreateDeploymentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
268 269 270 |
# File 'sig/types.rbs', line 268 def api_id @api_id end |
#description ⇒ ::String
Returns the value of attribute description.
269 270 271 |
# File 'sig/types.rbs', line 269 def description @description end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
270 271 272 |
# File 'sig/types.rbs', line 270 def stage_name @stage_name end |