Class: Aws::RDS::Types::EventCategoriesMessage

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

Overview

Data returned from the DescribeEventCategories action.

Instance Attribute Summary collapse

Instance Attribute Details

#event_categories_map_listArray<Types::EventCategoriesMap>

A list of EventCategoriesMap data types.

Returns:



9059
9060
9061
9062
# File 'lib/aws-sdk-rds/types.rb', line 9059

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