Class: Aws::CodeDeploy::Types::ListDeploymentGroupsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::ListDeploymentGroupsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of a ‘ListDeploymentGroups` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_name ⇒ String
The name of an CodeDeploy application associated with the user or Amazon Web Services account.
-
#next_token ⇒ String
An identifier returned from the previous list deployment groups call.
Instance Attribute Details
#application_name ⇒ String
The name of an CodeDeploy application associated with the user or Amazon Web Services account.
3662 3663 3664 3665 3666 3667 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 3662 class ListDeploymentGroupsInput < Struct.new( :application_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
3662 3663 3664 3665 3666 3667 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 3662 class ListDeploymentGroupsInput < Struct.new( :application_name, :next_token) SENSITIVE = [] include Aws::Structure end |