Class: Aws::CustomerProfiles::Types::GetProfileObjectTypeTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetProfileObjectTypeTemplateRequest
- Includes:
- Structure
- Defined in:
- 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.
2448 2449 2450 2451 2452 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2448 class GetProfileObjectTypeTemplateRequest < Struct.new( :template_id) SENSITIVE = [] include Aws::Structure end |