Class: Aws::Types::CreateDeploymentInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDeploymentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
262 263 264 |
# File 'sig/types.rbs', line 262 def description @description end |
#stage_name ⇒ ::String
Returns the value of attribute stage_name.
263 264 265 |
# File 'sig/types.rbs', line 263 def stage_name @stage_name end |