Class: Aws::CustomerProfiles::Types::ListProfileObjectTypeTemplatesResponse

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::ListProfileObjectTypeTemplateItem>

The list of ListProfileObjectType template instances.



3407
3408
3409
3410
3411
3412
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3407

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

#next_tokenString

The pagination token from the previous ListObjectTypeTemplates API call.

Returns:

  • (String)


3407
3408
3409
3410
3411
3412
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3407

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