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.
6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 |
# File 'lib/aws-sdk-redshift/types.rb', line 6508 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
6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 |
# File 'lib/aws-sdk-redshift/types.rb', line 6508 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.
6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 |
# File 'lib/aws-sdk-redshift/types.rb', line 6508 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.
6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 |
# File 'lib/aws-sdk-redshift/types.rb', line 6508 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
6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 |
# File 'lib/aws-sdk-redshift/types.rb', line 6508 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.
6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 |
# File 'lib/aws-sdk-redshift/types.rb', line 6508 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.
6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 |
# File 'lib/aws-sdk-redshift/types.rb', line 6508 class Event < Struct.new( :source_identifier, :source_type, :message, :event_categories, :severity, :date, :event_id) SENSITIVE = [] include Aws::Structure end |