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.
8094 8095 8096 |
# File 'sig/types.rbs', line 8094 def custom_attributes @custom_attributes end |
#customer_profile_attributes ⇒ ::String
Returns the value of attribute customer_profile_attributes.
8095 8096 8097 |
# File 'sig/types.rbs', line 8095 def customer_profile_attributes @customer_profile_attributes end |