Class: Aws::CodeDeploy::Types::UpdateApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::UpdateApplicationInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of an ‘UpdateApplication` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_name ⇒ String
The current name of the application you want to change.
-
#new_application_name ⇒ String
The new name to give the application.
Instance Attribute Details
#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 |
#new_application_name ⇒ String
The new name to give the application.
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 |