Class: Aws::Types::BatchGetDeploymentGroupsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetDeploymentGroupsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deployment_groups_info ⇒ ::Array[Types::DeploymentGroupInfo]
Returns the value of attribute deployment_groups_info.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#deployment_groups_info ⇒ ::Array[Types::DeploymentGroupInfo]
Returns the value of attribute deployment_groups_info.
106 107 108 |
# File 'sig/types.rbs', line 106 def deployment_groups_info @deployment_groups_info end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
107 108 109 |
# File 'sig/types.rbs', line 107 def @error_message end |