Class: Aws::CodeDeploy::Types::UpdateApplicationInput

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

Overview

Represents the input of an UpdateApplication operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The current name of the application you want to change.

Returns:

  • (String)


4978
4979
4980
4981
4982
4983
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4978

class UpdateApplicationInput < Struct.new(
  :application_name,
  :new_application_name)
  SENSITIVE = []
  include Aws::Structure
end

#new_application_nameString

The new name to give the application.

Returns:

  • (String)


4978
4979
4980
4981
4982
4983
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4978

class UpdateApplicationInput < Struct.new(
  :application_name,
  :new_application_name)
  SENSITIVE = []
  include Aws::Structure
end