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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



4949
4950
4951
4952
4953
4954
# File 'lib/aws-sdk-codedeploy/types.rb', line 4949

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:



4949
4950
4951
4952
4953
4954
# File 'lib/aws-sdk-codedeploy/types.rb', line 4949

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