Class: Aws::CodeDeploy::Types::GetDeploymentOutput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#deployment_infoTypes::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