Class: Aws::CodeArtifact::Types::ListAllowedRepositoriesForGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListAllowedRepositoriesForGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The name of the domain that contains the package group from which to list allowed repositories.
-
#domain_owner ⇒ String
The 12-digit account number of the Amazon Web Services account that owns the domain.
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#next_token ⇒ String
The token for the next set of results.
-
#origin_restriction_type ⇒ String
The origin configuration restriction type of which to list allowed repositories.
-
#package_group ⇒ String
The pattern of the package group from which to list allowed repositories.
Instance Attribute Details
#domain ⇒ String
The name of the domain that contains the package group from which to list allowed repositories.
1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1954 class ListAllowedRepositoriesForGroupRequest < Struct.new( :domain, :domain_owner, :package_group, :origin_restriction_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#domain_owner ⇒ String
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.
1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1954 class ListAllowedRepositoriesForGroupRequest < Struct.new( :domain, :domain_owner, :package_group, :origin_restriction_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per page.
1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1954 class ListAllowedRepositoriesForGroupRequest < Struct.new( :domain, :domain_owner, :package_group, :origin_restriction_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1954 class ListAllowedRepositoriesForGroupRequest < Struct.new( :domain, :domain_owner, :package_group, :origin_restriction_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#origin_restriction_type ⇒ String
The origin configuration restriction type of which to list allowed repositories.
1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1954 class ListAllowedRepositoriesForGroupRequest < Struct.new( :domain, :domain_owner, :package_group, :origin_restriction_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#package_group ⇒ String
The pattern of the package group from which to list allowed repositories.
1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 |
# File 'lib/aws-sdk-codeartifact/types.rb', line 1954 class ListAllowedRepositoriesForGroupRequest < Struct.new( :domain, :domain_owner, :package_group, :origin_restriction_type, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |