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