Class: Aws::CodeDeploy::Types::GetDeploymentConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::GetDeploymentConfigInput
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of a GetDeploymentConfig
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_config_name ⇒ String
The name of a deployment configuration associated with the user or Amazon Web Services account.
Instance Attribute Details
#deployment_config_name ⇒ String
The name of a deployment configuration associated with the user or Amazon Web Services account.
2443 2444 2445 2446 2447 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2443 class GetDeploymentConfigInput < Struct.new( :deployment_config_name) SENSITIVE = [] include Aws::Structure end |