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


3597
3598
3599
3600
3601
3602
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3597

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)


3597
3598
3599
3600
3601
3602
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3597

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