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.
2715 2716 2717 |
# File 'sig/types.rbs', line 2715 def event @event end |
#event_type ⇒ "LIVE", "SCHEDULE"
Returns the value of attribute event_type.
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.
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.
2713 2714 2715 |
# File 'sig/types.rbs', line 2713 def updated_at @updated_at end |