Method: Aws::CodeDeploy::Types::DeploymentStyle#deployment_type
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
#deployment_type ⇒ String
Indicates whether to run an in-place deployment or a blue/green deployment.
1904 1905 1906 1907 1908 1909 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1904 class DeploymentStyle < Struct.new( :deployment_type, :deployment_option) SENSITIVE = [] include Aws::Structure end |