Class: Aws::CodeDeploy::Types::CreateDeploymentConfigOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::CreateDeploymentConfigOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the output of a ‘CreateDeploymentConfig` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_config_id ⇒ String
A unique deployment configuration ID.
Instance Attribute Details
#deployment_config_id ⇒ String
A unique deployment configuration ID.
806 807 808 809 810 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 806 class CreateDeploymentConfigOutput < Struct.new( :deployment_config_id) SENSITIVE = [] include Aws::Structure end |