Class: Aws::Neptune::Types::EventCategoriesMap

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

Overview

Contains the results of a successful invocation of the DescribeEventCategories action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_categoriesArray<String>

The event categories for the specified source type

Returns:

  • (Array<String>)


5021
5022
5023
5024
5025
5026
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5021

class EventCategoriesMap < Struct.new(
  :source_type,
  :event_categories)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The source type that the returned categories belong to

Returns:

  • (String)


5021
5022
5023
5024
5025
5026
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5021

class EventCategoriesMap < Struct.new(
  :source_type,
  :event_categories)
  SENSITIVE = []
  include Aws::Structure
end