Class: Aws::CodeDeploy::Types::GetDeploymentOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetDeploymentOutput
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Represents the output of a GetDeployment
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_info ⇒ Types::DeploymentInfo
Information about the deployment.
Instance Attribute Details
#deployment_info ⇒ Types::DeploymentInfo
Information about the deployment.
2553 2554 2555 2556 2557 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2553 class GetDeploymentOutput < Struct.new( :deployment_info) SENSITIVE = [] include Aws::Structure end |