Class: Aws::CodeDeploy::Types::RelatedDeployments
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::RelatedDeployments
- 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
-
#auto_update_outdated_instances_deployment_ids ⇒ Array<String>
The deployment IDs of ‘auto-update outdated instances’ deployments triggered by this deployment.
-
#auto_update_outdated_instances_root_deployment_id ⇒ String
The deployment ID of the root deployment that triggered this deployment.
Instance Attribute Details
#auto_update_outdated_instances_deployment_ids ⇒ Array<String>
The deployment IDs of ‘auto-update outdated instances’ deployments triggered by this deployment.
4323 4324 4325 4326 4327 4328 |
# File '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_id ⇒ String
The deployment ID of the root deployment that triggered this deployment.
4323 4324 4325 4326 4327 4328 |
# File '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 |