Method: Aws::CodeDeploy::Types::RegisterApplicationRevisionInput#application_name

Defined in:
lib/aws-sdk-codedeploy/types.rb

#application_nameString

The name of an CodeDeploy application associated with the user or Amazon Web Services account.

Returns:

  • (String)


4276
4277
4278
4279
4280
4281
4282
# File 'lib/aws-sdk-codedeploy/types.rb', line 4276

class RegisterApplicationRevisionInput < Struct.new(
  :application_name,
  :description,
  :revision)
  SENSITIVE = []
  include Aws::Structure
end