Class: Aws::CustomerProfiles::Types::GetProfileObjectTypeTemplateRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CustomerProfiles::Types::GetProfileObjectTypeTemplateRequest
 
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #template_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A unique identifier for the object template. 
Instance Attribute Details
#template_id ⇒ String
A unique identifier for the object template.
| 3887 3888 3889 3890 3891 | # File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3887 class GetProfileObjectTypeTemplateRequest < Struct.new( :template_id) SENSITIVE = [] include Aws::Structure end |