Class: Aws::CodeArtifact::Types::ListDomainsResult

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

#domainsArray<Types::DomainSummary>

The returned list of DomainSummary objects.

Returns:



2074
2075
2076
2077
2078
2079
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2074

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


2074
2075
2076
2077
2078
2079
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 2074

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