Class: Aws::DocDB::Types::EventCategoriesMap

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

Overview

An event source type, accompanied by one or more event category names.

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>)


3513
3514
3515
3516
3517
3518
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3513

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)


3513
3514
3515
3516
3517
3518
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3513

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