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:



5069
5070
5071
5072
5073
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5069

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