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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


4900
4901
4902
4903
4904
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4900

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