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 ⇒ "CLUSTER", ...
Returns the value of attribute source_type.
Instance Attribute Details
#date ⇒ ::Time
Returns the value of attribute date.
226 227 228 |
# File 'sig/types.rbs', line 226 def date @date end |
#message ⇒ ::String
Returns the value of attribute message.
225 226 227 |
# File 'sig/types.rbs', line 225 def end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
223 224 225 |
# File 'sig/types.rbs', line 223 def source_name @source_name end |
#source_type ⇒ "CLUSTER", ...
Returns the value of attribute source_type.
224 225 226 |
# File 'sig/types.rbs', line 224 def source_type @source_type end |