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_results ⇒ Integer

The maximum number of objects returned per page.

Returns:

  • (Integer)


6611
6612
6613
6614
6615
6616
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6611

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

#next_token ⇒ String

The pagination token from the previous ListDomain API call.

Returns:

  • (String)


6611
6612
6613
6614
6615
6616
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6611

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