Method: Aws::CodeDeploy::Types::GetDeploymentGroupInput#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)


2476
2477
2478
2479
2480
2481
# File 'lib/aws-sdk-codedeploy/types.rb', line 2476

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