Class: Aws::CodeArtifact::Types::ListAllowedRepositoriesForGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The name of the domain that contains the package group from which to list allowed repositories.

Returns:

  • (String)


1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1945

class ListAllowedRepositoriesForGroupRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :origin_restriction_type,
  :max_results,
  :next_token)
  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)


1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1945

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

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1945

class ListAllowedRepositoriesForGroupRequest < Struct.new(
  :domain,
  :domain_owner,
  :package_group,
  :origin_restriction_type,
  :max_results,
  :next_token)
  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)


1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1945

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

#origin_restriction_typeString

The origin configuration restriction type of which to list allowed repositories.

Returns:

  • (String)


1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1945

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

#package_groupString

The pattern of the package group from which to list allowed repositories.

Returns:

  • (String)


1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1945

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