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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


5537
5538
5539
5540
5541
5542
5543
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5537

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)


5537
5538
5539
5540
5541
5542
5543
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5537

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)


5537
5538
5539
5540
5541
5542
5543
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5537

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