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.



5098
5099
5100
5101
5102
5103
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5098

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

#next_tokenString

The pagination token from the previous ListDomains API call.



5098
5099
5100
5101
5102
5103
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5098

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