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


9133
9134
9135
9136
9137
# File 'lib/aws-sdk-rds/types.rb', line 9133

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)


9133
9134
9135
9136
9137
# File 'lib/aws-sdk-rds/types.rb', line 9133

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