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


6455
6456
6457
6458
6459
6460
6461
6462
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6455

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)


6455
6456
6457
6458
6459
6460
6461
6462
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6455

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)


6455
6456
6457
6458
6459
6460
6461
6462
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6455

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)


6455
6456
6457
6458
6459
6460
6461
6462
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6455

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