Class: Aws::Redshift::Types::Event
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::Event
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Describes an event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#date ⇒ Time
The date and time of the event.
-
#event_categories ⇒ Array<String>
A list of the event categories.
-
#event_id ⇒ String
The identifier of the event.
-
#message ⇒ String
The text of this event.
-
#severity ⇒ String
The severity of the event.
-
#source_identifier ⇒ String
The identifier for the source of the event.
-
#source_type ⇒ String
The source type for this event.
Instance Attribute Details
#date ⇒ Time
The date and time of the event.
6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 |
# File 'lib/aws-sdk-redshift/types.rb', line 6388 class Event < Struct.new( :source_identifier, :source_type, :message, :event_categories, :severity, :date, :event_id) SENSITIVE = [] include Aws::Structure end |
#event_categories ⇒ Array<String>
A list of the event categories.
Values: Configuration, Management, Monitoring, Security, Pending
6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 |
# File 'lib/aws-sdk-redshift/types.rb', line 6388 class Event < Struct.new( :source_identifier, :source_type, :message, :event_categories, :severity, :date, :event_id) SENSITIVE = [] include Aws::Structure end |
#event_id ⇒ String
The identifier of the event.
6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 |
# File 'lib/aws-sdk-redshift/types.rb', line 6388 class Event < Struct.new( :source_identifier, :source_type, :message, :event_categories, :severity, :date, :event_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The text of this event.
6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 |
# File 'lib/aws-sdk-redshift/types.rb', line 6388 class Event < Struct.new( :source_identifier, :source_type, :message, :event_categories, :severity, :date, :event_id) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The severity of the event.
Values: ERROR, INFO
6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 |
# File 'lib/aws-sdk-redshift/types.rb', line 6388 class Event < Struct.new( :source_identifier, :source_type, :message, :event_categories, :severity, :date, :event_id) SENSITIVE = [] include Aws::Structure end |
#source_identifier ⇒ String
The identifier for the source of the event.
6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 |
# File 'lib/aws-sdk-redshift/types.rb', line 6388 class Event < Struct.new( :source_identifier, :source_type, :message, :event_categories, :severity, :date, :event_id) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The source type for this event.
6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 |
# File 'lib/aws-sdk-redshift/types.rb', line 6388 class Event < Struct.new( :source_identifier, :source_type, :message, :event_categories, :severity, :date, :event_id) SENSITIVE = [] include Aws::Structure end |