Class: Aws::CodeDeploy::Types::RelatedDeployments

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Information about deployments related to the specified deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_update_outdated_instances_deployment_idsArray<String>

The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.

Returns:

  • (Array<String>)


4323
4324
4325
4326
4327
4328
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4323

class RelatedDeployments < Struct.new(
  :auto_update_outdated_instances_root_deployment_id,
  :auto_update_outdated_instances_deployment_ids)
  SENSITIVE = []
  include Aws::Structure
end

#auto_update_outdated_instances_root_deployment_idString

The deployment ID of the root deployment that triggered this deployment.

Returns:

  • (String)


4323
4324
4325
4326
4327
4328
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4323

class RelatedDeployments < Struct.new(
  :auto_update_outdated_instances_root_deployment_id,
  :auto_update_outdated_instances_deployment_ids)
  SENSITIVE = []
  include Aws::Structure
end