Class: Aws::CodeDeploy::Types::BatchGetDeploymentInstancesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::BatchGetDeploymentInstancesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the output of a ‘BatchGetDeploymentInstances` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
Information about errors that might have occurred during the API call.
-
#instances_summary ⇒ Array<Types::InstanceSummary>
Information about the instance.
Instance Attribute Details
#error_message ⇒ String
Information about errors that might have occurred during the API call.
414 415 416 417 418 419 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 414 class BatchGetDeploymentInstancesOutput < Struct.new( :instances_summary, :error_message) SENSITIVE = [] include Aws::Structure end |
#instances_summary ⇒ Array<Types::InstanceSummary>
Information about the instance.
414 415 416 417 418 419 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 414 class BatchGetDeploymentInstancesOutput < Struct.new( :instances_summary, :error_message) SENSITIVE = [] include Aws::Structure end |