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.
-
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
-
#source_type ⇒ "db-instance", ...
Returns the value of attribute source_type.
Instance Attribute Details
#date ⇒ ::Time
Returns the value of attribute date.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def date @date end |
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def event_categories @event_categories end |
#message ⇒ ::String
Returns the value of attribute message.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def @message end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def source_arn @source_arn end |
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def source_identifier @source_identifier end |
#source_type ⇒ "db-instance", ...
Returns the value of attribute source_type.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def source_type @source_type end |