Method: Aws::CodeDeploy::Types::CreateDeploymentInput#application_name
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
#application_name ⇒ String
The name of an CodeDeploy application associated with the user or Amazon Web Services account.
1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1119 class CreateDeploymentInput < Struct.new( :application_name, :deployment_group_name, :revision, :deployment_config_name, :description, :ignore_application_stop_failures, :target_instances, :auto_rollback_configuration, :update_outdated_instances_only, :file_exists_behavior, :override_alarm_configuration) SENSITIVE = [] include Aws::Structure end |