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_identifier ⇒ ::String
Returns the value of attribute source_identifier.
-
#source_type ⇒ "cache-cluster", ...
Returns the value of attribute source_type.
Instance Attribute Details
#date ⇒ ::Time
Returns the value of attribute date.
953 954 955 |
# File 'sig/types.rbs', line 953 def date @date end |
#message ⇒ ::String
Returns the value of attribute message.
952 953 954 |
# File 'sig/types.rbs', line 952 def @message end |
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
950 951 952 |
# File 'sig/types.rbs', line 950 def source_identifier @source_identifier end |
#source_type ⇒ "cache-cluster", ...
Returns the value of attribute source_type.
951 952 953 |
# File 'sig/types.rbs', line 951 def source_type @source_type end |