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

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

Overview

Data returned from the DescribeEventCategories operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_categories_map_listArray<Types::EventCategoriesMap>

A list of EventCategoriesMap data types.

Returns:



15235
15236
15237
15238
15239
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15235

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