Class: Aws::Types::GetEventRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetEventRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
Instance Attribute Details
#event_id ⇒ ::String
Returns the value of attribute event_id.
740 741 742 |
# File 'sig/types.rbs', line 740 def event_id @event_id end |
#event_type_name ⇒ ::String
Returns the value of attribute event_type_name.
741 742 743 |
# File 'sig/types.rbs', line 741 def event_type_name @event_type_name end |