Class: Aws::Types::CustomerProfilesIntegrationConfig
- Inherits:
-
Object
- Object
- Aws::Types::CustomerProfilesIntegrationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
-
#object_type_names ⇒ ::Hash[("Campaign-Email" | "Campaign-SMS" | "Campaign-Telephony" | "Campaign-Orchestration" | "Campaign-WhatsApp" | "Campaign-WebNotification"), ::String]
Returns the value of attribute object_type_names.
Instance Attribute Details
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
164 165 166 |
# File 'sig/types.rbs', line 164 def domain_arn @domain_arn end |
#object_type_names ⇒ ::Hash[("Campaign-Email" | "Campaign-SMS" | "Campaign-Telephony" | "Campaign-Orchestration" | "Campaign-WhatsApp" | "Campaign-WebNotification"), ::String]
Returns the value of attribute object_type_names.
165 166 167 |
# File 'sig/types.rbs', line 165 def object_type_names @object_type_names end |