Class: Aws::WorkLink::Types::ListDomainsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::ListDomainsResponse
- Defined in:
- gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domains ⇒ Array<Types::DomainSummary>
Information about the domains.
-
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation.
Instance Attribute Details
#domains ⇒ Array<Types::DomainSummary>
Information about the domains.
919 920 921 922 923 924 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 919 class ListDomainsResponse < Struct.new( :domains, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
919 920 921 922 923 924 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 919 class ListDomainsResponse < Struct.new( :domains, :next_token) SENSITIVE = [] include Aws::Structure end |