Class: Aws::Types::EventInformation
- Inherits:
-
Object
- Object
- Aws::Types::EventInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_description ⇒ ::String
Returns the value of attribute event_description.
-
#event_sub_type ⇒ ::String
Returns the value of attribute event_sub_type.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#event_description ⇒ ::String
Returns the value of attribute event_description.
9335 9336 9337 |
# File 'sig/types.rbs', line 9335 def event_description @event_description end |
#event_sub_type ⇒ ::String
Returns the value of attribute event_sub_type.
9336 9337 9338 |
# File 'sig/types.rbs', line 9336 def event_sub_type @event_sub_type end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9337 9338 9339 |
# File 'sig/types.rbs', line 9337 def instance_id @instance_id end |