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


15661
15662
15663
15664
15665
15666
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15661

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)


15661
15662
15663
15664
15665
15666
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15661

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