Class: Aws::CodeArtifact::Types::ListAllowedRepositoriesForGroupResult

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

#allowed_repositoriesArray<String>

The list of allowed repositories for the package group and origin configuration restriction type.

Returns:

  • (Array<String>)


1969
1970
1971
1972
1973
1974
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1969

class ListAllowedRepositoriesForGroupResult < Struct.new(
  :allowed_repositories,
  :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)


1969
1970
1971
1972
1973
1974
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1969

class ListAllowedRepositoriesForGroupResult < Struct.new(
  :allowed_repositories,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end