Class: Aws::Types::SubscriptionEventItem
- Inherits:
-
Object
- Object
- Aws::Types::SubscriptionEventItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event ⇒ "JOINED", "LEFT"
Returns the value of attribute event.
-
#event_type ⇒ "LIVE", "SCHEDULE"
Returns the value of attribute event_type.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#event ⇒ "JOINED", "LEFT"
Returns the value of attribute event.
2746 2747 2748 |
# File 'sig/types.rbs', line 2746 def event @event end |
#event_type ⇒ "LIVE", "SCHEDULE"
Returns the value of attribute event_type.
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.
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.
2744 2745 2746 |
# File 'sig/types.rbs', line 2744 def updated_at @updated_at end |