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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainsArray<Types::DomainSummary>



2083
2084
2085
2086
2087
2088
# File 'lib/aws-sdk-codeartifact/types.rb', line 2083

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.



2083
2084
2085
2086
2087
2088
# File 'lib/aws-sdk-codeartifact/types.rb', line 2083

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