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

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

Overview

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

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


15167
15168
15169
15170
15171
15172
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15167

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)


15167
15168
15169
15170
15171
15172
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15167

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