Class: Aws::WorkLink::Types::ListDomainsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainsArray<Types::DomainSummary>

Information about the domains.

Returns:



771
772
773
774
775
776
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 771

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

#next_tokenString

The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.

Returns:

  • (String)


771
772
773
774
775
776
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 771

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