Class: Aws::Neptune::Types::EventCategoriesMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_categories_map_listArray<Types::EventCategoriesMap>

A list of EventCategoriesMap data types.

Returns:



5034
5035
5036
5037
5038
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5034

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