Class: Aws::Types::SubscriptionEventItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event ⇒ "JOINED", "LEFT"

Returns the value of attribute event.

Returns:

  • ("JOINED", "LEFT")


2746
2747
2748
# File 'sig/types.rbs', line 2746

def event
  @event
end

#event_type ⇒ "LIVE", "SCHEDULE"

Returns the value of attribute event_type.

Returns:

  • ("LIVE", "SCHEDULE")


2745
2746
2747
# File 'sig/types.rbs', line 2745

def event_type
  @event_type
end

#profile_id ⇒ ::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


2743
2744
2745
# File 'sig/types.rbs', line 2743

def profile_id
  @profile_id
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2744
2745
2746
# File 'sig/types.rbs', line 2744

def updated_at
  @updated_at
end