Class: Aws::CodeDeploy::Types::GetDeploymentConfigInput

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

Overview

Represents the input of a ‘GetDeploymentConfig` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_config_nameString

The name of a deployment configuration associated with the user or Amazon Web Services account.

Returns:

  • (String)


2443
2444
2445
2446
2447
# File 'lib/aws-sdk-codedeploy/types.rb', line 2443

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