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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_categories_map_listArray<Types::EventCategoriesMap>

A list of event categories descriptions.

Returns:



6427
6428
6429
6430
6431
# File 'lib/aws-sdk-redshift/types.rb', line 6427

class EventCategoriesMessage < Struct.new(
  :event_categories_map_list)
  SENSITIVE = []
  include Aws::Structure
end