Class: Aws::CustomerProfiles::Types::ListProfileObjectTypeTemplateItem

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

Overview

A ProfileObjectTypeTemplate in a list of ProfileObjectTypeTemplates.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_nameString

The name of the source of the object template.

Returns:

  • (String)


3370
3371
3372
3373
3374
3375
3376
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3370

class ListProfileObjectTypeTemplateItem < Struct.new(
  :template_id,
  :source_name,
  :source_object)
  SENSITIVE = []
  include Aws::Structure
end

#source_objectString

The source of the object template.

Returns:

  • (String)


3370
3371
3372
3373
3374
3375
3376
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3370

class ListProfileObjectTypeTemplateItem < Struct.new(
  :template_id,
  :source_name,
  :source_object)
  SENSITIVE = []
  include Aws::Structure
end

#template_idString

A unique identifier for the object template.

Returns:

  • (String)


3370
3371
3372
3373
3374
3375
3376
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3370

class ListProfileObjectTypeTemplateItem < Struct.new(
  :template_id,
  :source_name,
  :source_object)
  SENSITIVE = []
  include Aws::Structure
end