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)


6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6544

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>)


6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6544

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)


6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6544

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)


6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6544

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)


6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6544

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)


6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6544

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)


6544
6545
6546
6547
6548
6549
6550
6551
6552
6553
6554
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6544

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