Class: Aws::CodeDeploy::Types::GetDeploymentTargetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetDeploymentTargetOutput
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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).
2627 2628 2629 2630 2631 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2627 class GetDeploymentTargetOutput < Struct.new( :deployment_target) SENSITIVE = [] include Aws::Structure end |