Class: Aws::Types::Event
- Inherits:
-
Object
- Object
- Aws::Types::Event
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date ⇒ ::Time
Returns the value of attribute date.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
-
#source_type ⇒ "node", ...
Returns the value of attribute source_type.
Instance Attribute Details
#date ⇒ ::Time
Returns the value of attribute date.
590 591 592 |
# File 'sig/types.rbs', line 590 def date @date end |
#message ⇒ ::String
Returns the value of attribute message.
589 590 591 |
# File 'sig/types.rbs', line 589 def @message end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
587 588 589 |
# File 'sig/types.rbs', line 587 def source_name @source_name end |
#source_type ⇒ "node", ...
Returns the value of attribute source_type.
588 589 590 |
# File 'sig/types.rbs', line 588 def source_type @source_type end |