Class: Aws::Types::Source

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: CustomerProfilesSegmentArn, EventTrigger, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_profiles_segment_arn::String

Returns the value of attribute customer_profiles_segment_arn.

Returns:

  • (::String)


702
703
704
# File 'sig/types.rbs', line 702

def customer_profiles_segment_arn
  @customer_profiles_segment_arn
end

#event_triggerTypes::EventTrigger

Returns the value of attribute event_trigger.

Returns:



703
704
705
# File 'sig/types.rbs', line 703

def event_trigger
  @event_trigger
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


704
705
706
# File 'sig/types.rbs', line 704

def unknown
  @unknown
end