Method: Aws::Redshift::Types::EventInfoMap#event_id

Defined in:
lib/aws-sdk-redshift/types.rb

#event_idString

The identifier of an Amazon Redshift event.

Returns:

  • (String)


6615
6616
6617
6618
6619
6620
6621
6622
# File 'lib/aws-sdk-redshift/types.rb', line 6615

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