Class: Aws::Redshift::Types::EventCategoriesMessage

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#event_categories_map_listArray<Types::EventCategoriesMap>

A list of event categories descriptions.

Returns:



4696
4697
4698
4699
# File 'lib/aws-sdk-redshift/types.rb', line 4696

class EventCategoriesMessage < Struct.new(
  :event_categories_map_list)
  include Aws::Structure
end