Class: Aws::DocDB::Types::EventCategoriesMessage

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

Overview

Represents the output of DescribeEventCategories.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_categories_map_listArray<Types::EventCategoriesMap>

A list of event category maps.

Returns:



3528
3529
3530
3531
3532
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3528

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