Class: Aws::Types::BatchGetDeploymentGroupsInput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetDeploymentGroupsInput
- 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_names ⇒ ::Array[::String]
Returns the value of attribute deployment_group_names.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
100 101 102 |
# File 'sig/types.rbs', line 100 def application_name @application_name end |
#deployment_group_names ⇒ ::Array[::String]
Returns the value of attribute deployment_group_names.
101 102 103 |
# File 'sig/types.rbs', line 101 def deployment_group_names @deployment_group_names end |