Class: Aws::CustomerProfiles::Types::ListCalculatedAttributesForProfileRequest

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)


3039
3040
3041
3042
3043
3044
3045
3046
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3039

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

#max_resultsInteger

The maximum number of calculated attributes returned per page.

Returns:

  • (Integer)


3039
3040
3041
3042
3043
3044
3045
3046
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3039

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

#next_tokenString

The pagination token from the previous call to ListCalculatedAttributesForProfile.

Returns:

  • (String)


3039
3040
3041
3042
3043
3044
3045
3046
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3039

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

#profile_idString

The unique identifier of a customer profile.

Returns:

  • (String)


3039
3040
3041
3042
3043
3044
3045
3046
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3039

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