Class: Aws::CustomerProfiles::Types::ListProfileObjectTypesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


3428
3429
3430
3431
3432
3433
3434
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3428

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

#max_resultsInteger

The maximum number of objects returned per page.

Returns:

  • (Integer)


3428
3429
3430
3431
3432
3433
3434
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3428

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

#next_tokenString

Identifies the next page of results to return.

Returns:

  • (String)


3428
3429
3430
3431
3432
3433
3434
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3428

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