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.
2472 2473 2474 2475 2476 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2472 class GetDeploymentOutput < Struct.new( :deployment_info) SENSITIVE = [] include Aws::Structure end |