Class: Aws::CodeDeploy::Types::DeleteDeploymentGroupInput

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

Overview

Represents the input of a DeleteDeploymentGroup 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)


1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1192

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

#deployment_group_nameString

The name of a deployment group for the specified application.

Returns:

  • (String)


1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1192

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