Class: Aws::Types::DeleteDeploymentGroupInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDeploymentGroupInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#deployment_group_name ⇒ ::String
Returns the value of attribute deployment_group_name.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
276 277 278 |
# File 'sig/types.rbs', line 276 def application_name @application_name end |
#deployment_group_name ⇒ ::String
Returns the value of attribute deployment_group_name.
277 278 279 |
# File 'sig/types.rbs', line 277 def deployment_group_name @deployment_group_name end |