Class: Aws::CodeArtifact::Types::ListPackageGroupsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeartifact/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain for which you want to list package groups.

Returns:

  • (String)


2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'lib/aws-sdk-codeartifact/types.rb', line 2117

class ListPackageGroupsRequest < Struct.new(
  :domain,
  :domain_owner,
  :max_results,
  :next_token,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#domain_ownerString

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

Returns:

  • (String)


2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'lib/aws-sdk-codeartifact/types.rb', line 2117

class ListPackageGroupsRequest < Struct.new(
  :domain,
  :domain_owner,
  :max_results,
  :next_token,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'lib/aws-sdk-codeartifact/types.rb', line 2117

class ListPackageGroupsRequest < Struct.new(
  :domain,
  :domain_owner,
  :max_results,
  :next_token,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'lib/aws-sdk-codeartifact/types.rb', line 2117

class ListPackageGroupsRequest < Struct.new(
  :domain,
  :domain_owner,
  :max_results,
  :next_token,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end

#prefixString

A prefix for which to search package groups. When included, ‘ListPackageGroups` will return only package groups with patterns that match the prefix.

Returns:

  • (String)


2117
2118
2119
2120
2121
2122
2123
2124
2125
# File 'lib/aws-sdk-codeartifact/types.rb', line 2117

class ListPackageGroupsRequest < Struct.new(
  :domain,
  :domain_owner,
  :max_results,
  :next_token,
  :prefix)
  SENSITIVE = []
  include Aws::Structure
end