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_name ⇒ String

The name of the source of the object template.



7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7155

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

#source_object ⇒ String

The source of the object template.



7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7155

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

#template_id ⇒ String

A unique identifier for the object template.



7155
7156
7157
7158
7159
7160
7161
# File 'lib/aws-sdk-customerprofiles/types.rb', line 7155

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