Class: Aws::Types::TestEventPatternRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestEventPatternRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event ⇒ ::String
Returns the value of attribute event.
-
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
Instance Attribute Details
#event ⇒ ::String
Returns the value of attribute event.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def event @event end |
#event_pattern ⇒ ::String
Returns the value of attribute event_pattern.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def event_pattern @event_pattern end |