Class: Aws::CustomerProfiles::Types::GetProfileObjectTypeTemplateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_idString

A unique identifier for the object template.

Returns:

  • (String)


2438
2439
2440
2441
2442
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2438

class GetProfileObjectTypeTemplateRequest < Struct.new(
  :template_id)
  SENSITIVE = []
  include Aws::Structure
end