Class: Aws::CodeDeploy::Types::BatchGetDeploymentInstancesOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_messageString

Information about errors that might have occurred during the API call.

Returns:

  • (String)


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_summaryArray<Types::InstanceSummary>

Information about the instance.

Returns:



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