Class: Aws::CodeDeploy::Types::BatchGetDeploymentGroupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::BatchGetDeploymentGroupsOutput
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Represents the output of a BatchGetDeploymentGroups
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_groups_info ⇒ Array<Types::DeploymentGroupInfo>
Information about the deployment groups.
-
#error_message ⇒ String
Information about errors that might have occurred during the API call.
Instance Attribute Details
#deployment_groups_info ⇒ Array<Types::DeploymentGroupInfo>
Information about the deployment groups.
374 375 376 377 378 379 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 374 class BatchGetDeploymentGroupsOutput < Struct.new( :deployment_groups_info, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
Information about errors that might have occurred during the API call.
374 375 376 377 378 379 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 374 class BatchGetDeploymentGroupsOutput < Struct.new( :deployment_groups_info, :error_message) SENSITIVE = [] include Aws::Structure end |