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.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#severity ⇒ ::String
Returns the value of attribute severity.
-
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
-
#source_type ⇒ "cluster", ...
Returns the value of attribute source_type.
Instance Attribute Details
#date ⇒ ::Time
Returns the value of attribute date.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def date @date end |
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
1509 1510 1511 |
# File 'sig/types.rbs', line 1509 def event_categories @event_categories end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def event_id @event_id end |
#message ⇒ ::String
Returns the value of attribute message.
1508 1509 1510 |
# File 'sig/types.rbs', line 1508 def @message end |
#severity ⇒ ::String
Returns the value of attribute severity.
1510 1511 1512 |
# File 'sig/types.rbs', line 1510 def severity @severity end |
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def source_identifier @source_identifier end |
#source_type ⇒ "cluster", ...
Returns the value of attribute source_type.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def source_type @source_type end |