Class: Aws::Types::EventInfo
- Inherits:
-
Object
- Object
- Aws::Types::EventInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ ::String
Returns the value of attribute state.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
159 160 161 |
# File 'sig/types.rbs', line 159 def name @name end |
#state ⇒ ::String
Returns the value of attribute state.
160 161 162 |
# File 'sig/types.rbs', line 160 def state @state end |