Class: Aws::CodeDeploy::Types::ListDeploymentGroupsOutput

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

Overview

Represents the output of a ListDeploymentGroups operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

The application name.

Returns:

  • (String)


3687
3688
3689
3690
3691
3692
3693
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 3687

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

#deployment_groupsArray<String>

A list of deployment group names.

Returns:

  • (Array<String>)


3687
3688
3689
3690
3691
3692
3693
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 3687

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

#next_tokenString

If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.

Returns:

  • (String)


3687
3688
3689
3690
3691
3692
3693
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 3687

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