Class: Aws::CodeDeploy::Types::CreateDeploymentConfigOutput

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

Overview

Represents the output of a CreateDeploymentConfig operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_config_idString

A unique deployment configuration ID.

Returns:

  • (String)


806
807
808
809
810
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 806

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