Class: Aws::CustomerProfiles::Types::ListProfileObjectTypeTemplateItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListProfileObjectTypeTemplateItem
- 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
-
#source_name ⇒ String
The name of the source of the object template.
-
#source_object ⇒ String
The source of the object template.
-
#template_id ⇒ String
A unique identifier for the object template.
Instance Attribute Details
#source_name ⇒ String
The name of the source of the object template.
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_object ⇒ String
The source of the object template.
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_id ⇒ String
A unique identifier for the object template.
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 |