Class: Aws::Redshift::Types::Event

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Describes an event.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dateTime

The date and time of the event.

Returns:

  • (Time)


6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6389

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :event_categories,
  :severity,
  :date,
  :event_id)
  SENSITIVE = []
  include Aws::Structure
end

#event_categoriesArray<String>

A list of the event categories.

Values: Configuration, Management, Monitoring, Security, Pending

Returns:

  • (Array<String>)


6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6389

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :event_categories,
  :severity,
  :date,
  :event_id)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The identifier of the event.

Returns:

  • (String)


6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6389

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :event_categories,
  :severity,
  :date,
  :event_id)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The text of this event.

Returns:

  • (String)


6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6389

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :event_categories,
  :severity,
  :date,
  :event_id)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

The severity of the event.

Values: ERROR, INFO

Returns:

  • (String)


6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6389

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :event_categories,
  :severity,
  :date,
  :event_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_identifierString

The identifier for the source of the event.

Returns:

  • (String)


6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6389

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :event_categories,
  :severity,
  :date,
  :event_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The source type for this event.

Returns:

  • (String)


6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6389

class Event < Struct.new(
  :source_identifier,
  :source_type,
  :message,
  :event_categories,
  :severity,
  :date,
  :event_id)
  SENSITIVE = []
  include Aws::Structure
end