Method: Aws::CodeDeploy::Types::UpdateApplicationInput#application_name
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
#application_name ⇒ String
The current name of the application you want to change.
4978 4979 4980 4981 4982 4983 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 4978 class UpdateApplicationInput < Struct.new( :application_name, :new_application_name) SENSITIVE = [] include Aws::Structure end |