Class: Aws::CodeArtifact::Types::ListDomainsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeArtifact::Types::ListDomainsResult
- Defined in:
- gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domains ⇒ Array<Types::DomainSummary>
The returned list of
DomainSummary
objects. -
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#domains ⇒ Array<Types::DomainSummary>
The returned list of DomainSummary
objects.
1765 1766 1767 1768 1769 1770 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1765 class ListDomainsResult < Struct.new( :domains, :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.
1765 1766 1767 1768 1769 1770 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1765 class ListDomainsResult < Struct.new( :domains, :next_token) SENSITIVE = [] include Aws::Structure end |