Class: Aws::CodeDeploy::Types::DeleteApplicationInput

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

Overview

Represents the input of a DeleteApplication operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

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

Returns:

  • (String)


1158
1159
1160
1161
1162
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1158

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