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")


2715
2716
2717
# File 'sig/types.rbs', line 2715

def event
  @event
end

#event_type"LIVE", "SCHEDULE"

Returns the value of attribute event_type.

Returns:

  • ("LIVE", "SCHEDULE")


2714
2715
2716
# File 'sig/types.rbs', line 2714

def event_type
  @event_type
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


2712
2713
2714
# File 'sig/types.rbs', line 2712

def profile_id
  @profile_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


2713
2714
2715
# File 'sig/types.rbs', line 2713

def updated_at
  @updated_at
end