Class: Aws::CodeDeploy::Types::ListDeploymentGroupsInput

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

Overview

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


3662
3663
3664
3665
3666
3667
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 3662

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

#next_tokenString

An identifier returned from the previous list deployment groups call. It can be used to return the next set of deployment groups in the list.

Returns:

  • (String)


3662
3663
3664
3665
3666
3667
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 3662

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