Class: Aws::Types::Source
- Inherits:
-
Object
- Object
- Aws::Types::Source
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CustomerProfilesSegmentArn, EventTrigger, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_profiles_segment_arn ⇒ ::String
Returns the value of attribute customer_profiles_segment_arn.
-
#event_trigger ⇒ Types::EventTrigger
Returns the value of attribute event_trigger.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#customer_profiles_segment_arn ⇒ ::String
Returns the value of attribute customer_profiles_segment_arn.
702 703 704 |
# File 'sig/types.rbs', line 702 def customer_profiles_segment_arn @customer_profiles_segment_arn end |
#event_trigger ⇒ Types::EventTrigger
Returns the value of attribute event_trigger.
703 704 705 |
# File 'sig/types.rbs', line 703 def event_trigger @event_trigger end |
#unknown ⇒ Object
Returns the value of attribute unknown.
704 705 706 |
# File 'sig/types.rbs', line 704 def unknown @unknown end |