Class: Aws::CustomerProfiles::Types::ListDomainsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::ListDomainItem>

The list of ListDomains instances.

Returns:



4361
4362
4363
4364
4365
4366
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4361

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

#next_tokenString

The pagination token from the previous ListDomains API call.

Returns:

  • (String)


4361
4362
4363
4364
4365
4366
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4361

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