Class: Aws::CustomerProfiles::Types::ListDomainsRequest

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

#max_resultsInteger

The maximum number of objects returned per page.

Returns:

  • (Integer)


5081
5082
5083
5084
5085
5086
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5081

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

#next_tokenString

The pagination token from the previous ListDomain API call.

Returns:

  • (String)


5081
5082
5083
5084
5085
5086
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5081

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