Class: Aws::DocDB::Types::EventCategoriesMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::EventCategoriesMap
- 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
-
#event_categories ⇒ Array<String>
The event categories for the specified source type.
-
#source_type ⇒ String
The source type that the returned categories belong to.
Instance Attribute Details
#event_categories ⇒ Array<String>
The event categories for the specified source type.
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_type ⇒ String
The source type that the returned categories belong to.
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 |