Class: Aws::CodeDeploy::Types::GetDeploymentConfigOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Represents the output of a GetDeploymentConfig operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_config_infoTypes::DeploymentConfigInfo

Information about the deployment configuration.



2457
2458
2459
2460
2461
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2457

class GetDeploymentConfigOutput < Struct.new(
  :deployment_config_info)
  SENSITIVE = []
  include Aws::Structure
end