Class: Aws::RDS::Types::EventCategoriesMap

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#event_categoriesArray<String>

The event categories for the specified source type

Returns:

  • (Array<String>)


8207
8208
8209
8210
8211
# File 'lib/aws-sdk-rds/types.rb', line 8207

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

#source_typeString

The source type that the returned categories belong to

Returns:

  • (String)


8207
8208
8209
8210
8211
# File 'lib/aws-sdk-rds/types.rb', line 8207

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