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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2466
2467
2468
2469
2470
# File 'lib/aws-sdk-codedeploy/types.rb', line 2466

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