Class: Aws::CodeDeploy::Types::BatchGetDeploymentGroupsInput

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

Overview

Represents the input of a BatchGetDeploymentGroups operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

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

Returns:

  • (String)


354
355
356
357
358
359
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 354

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

#deployment_group_namesArray<String>

The names of the deployment groups.

Returns:

  • (Array<String>)


354
355
356
357
358
359
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 354

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