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.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def date @date end |
#event_categories ⇒ ::Array[::String]
Returns the value of attribute event_categories.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def event_categories @event_categories end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def event_id @event_id end |
#message ⇒ ::String
Returns the value of attribute message.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def @message end |
#severity ⇒ ::String
Returns the value of attribute severity.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def severity @severity end |
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
1511 1512 1513 |
# File 'sig/types.rbs', line 1511 def source_identifier @source_identifier end |
#source_type ⇒ "cluster", ...
Returns the value of attribute source_type.
1512 1513 1514 |
# File 'sig/types.rbs', line 1512 def source_type @source_type end |