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_identifier ⇒ ::String
Returns the value of attribute source_identifier.
-
#source_type ⇒ "replication-instance"
Returns the value of attribute source_type.
Instance Attribute Details
#date ⇒ ::Time
Returns the value of attribute date.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def date @date end |
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def event_categories @event_categories end |
#message ⇒ ::String
Returns the value of attribute message.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def @message end |
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def source_identifier @source_identifier end |
#source_type ⇒ "replication-instance"
Returns the value of attribute source_type.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def source_type @source_type end |