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][1] 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.
1594 1595 1596 1597 1598 1599 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1594 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.
1594 1595 1596 1597 1598 1599 |
# File 'gems/aws-sdk-codeartifact/lib/aws-sdk-codeartifact/types.rb', line 1594 class ListDomainsResult < Struct.new( :domains, :next_token) SENSITIVE = [] include Aws::Structure end |