You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CodeDeploy::Types::GetDeploymentTargetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetDeploymentTargetOutput
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#deployment_target ⇒ Types::DeploymentTarget
A deployment target that contains information about a deployment such as its status, lifecycle events, and when it was last updated.
Instance Attribute Details
#deployment_target ⇒ Types::DeploymentTarget
A deployment target that contains information about a deployment such as
its status, lifecycle events, and when it was last updated. It also
contains metadata about the deployment target. The deployment target
metadata depends on the deployment target\'s type (instanceTarget
,
lambdaTarget
, or ecsTarget
).