Class: Aws::CustomerProfiles::Types::ListCalculatedAttributesForProfileResponse

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

#itemsArray<Types::ListCalculatedAttributeForProfileItem>

The list of calculated attributes.



3059
3060
3061
3062
3063
3064
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3059

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

#next_tokenString

The pagination token from the previous call to ListCalculatedAttributesForProfile.

Returns:

  • (String)


3059
3060
3061
3062
3063
3064
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3059

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