Class: Aws::CodeDeploy::Types::GetDeploymentConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetDeploymentConfigOutput
- 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
-
#deployment_config_info ⇒ Types::DeploymentConfigInfo
Information about the deployment configuration.
Instance Attribute Details
#deployment_config_info ⇒ Types::DeploymentConfigInfo
Information about the deployment configuration.
2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 2457 class GetDeploymentConfigOutput < Struct.new( :deployment_config_info) SENSITIVE = [] include Aws::Structure end |