Class: Aws::Redshift::Types::EventInfoMap

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

Overview

Describes event information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_categoriesArray<String>

The category of an Amazon Redshift event.

Returns:

  • (Array<String>)


6610
6611
6612
6613
6614
6615
6616
6617
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6610

class EventInfoMap < Struct.new(
  :event_id,
  :event_categories,
  :event_description,
  :severity)
  SENSITIVE = []
  include Aws::Structure
end

#event_descriptionString

The description of an Amazon Redshift event.

Returns:

  • (String)


6610
6611
6612
6613
6614
6615
6616
6617
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6610

class EventInfoMap < Struct.new(
  :event_id,
  :event_categories,
  :event_description,
  :severity)
  SENSITIVE = []
  include Aws::Structure
end

#event_idString

The identifier of an Amazon Redshift event.

Returns:

  • (String)


6610
6611
6612
6613
6614
6615
6616
6617
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6610

class EventInfoMap < Struct.new(
  :event_id,
  :event_categories,
  :event_description,
  :severity)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

The severity of the event.

Values: ERROR, INFO

Returns:

  • (String)


6610
6611
6612
6613
6614
6615
6616
6617
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6610

class EventInfoMap < Struct.new(
  :event_id,
  :event_categories,
  :event_description,
  :severity)
  SENSITIVE = []
  include Aws::Structure
end