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_arn ⇒ ::String
Returns the value of attribute object_type_arn.
Instance Attribute Details
#domain_arn ⇒ ::String
Returns the value of attribute domain_arn.
143 144 145 |
# File 'sig/types.rbs', line 143 def domain_arn @domain_arn end |
#object_type_arn ⇒ ::String
Returns the value of attribute object_type_arn.
144 145 146 |
# File 'sig/types.rbs', line 144 def object_type_arn @object_type_arn end |