Class: Aws::CodeArtifact::Types::ListRepositoriesInDomainRequest

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

#administrator_accountString

Filter the list of repositories to only include those that are managed by the Amazon Web Services account ID.

Returns:

  • (String)


2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2717

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

#domainString

The name of the domain that contains the returned list of repositories.

Returns:

  • (String)


2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2717

class ListRepositoriesInDomainRequest < Struct.new(
  :domain,
  :domain_owner,
  :administrator_account,
  :repository_prefix,
  :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)


2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2717

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

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2717

class ListRepositoriesInDomainRequest < Struct.new(
  :domain,
  :domain_owner,
  :administrator_account,
  :repository_prefix,
  :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)


2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2717

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

#repository_prefixString

A prefix used to filter returned repositories. Only repositories with names that start with repositoryPrefix are returned.

Returns:

  • (String)


2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2717

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