Class: Aws::RDS::Types::EventCategoriesMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::EventCategoriesMap
- 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
-
#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
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_type ⇒ String
The source type that the returned categories belong to
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 |