Class: Aws::Types::TemplateAttributes
- Inherits:
-
Object
- Object
- Aws::Types::TemplateAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_attributes.
-
#customer_profile_attributes ⇒ ::String
Returns the value of attribute customer_profile_attributes.
Instance Attribute Details
#custom_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute custom_attributes.
8290 8291 8292 |
# File 'sig/types.rbs', line 8290 def custom_attributes @custom_attributes end |
#customer_profile_attributes ⇒ ::String
Returns the value of attribute customer_profile_attributes.
8291 8292 8293 |
# File 'sig/types.rbs', line 8291 def customer_profile_attributes @customer_profile_attributes end |