Class: Aws::RDS::Types::EventCategoriesMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDS::Types::EventCategoriesMap
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Contains the results of a successful invocation of the
- DescribeEventCategories][1
-
operation.
[1]: docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeEventCategories.html
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 '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 'lib/aws-sdk-rds/types.rb', line 15661 class EventCategoriesMap < Struct.new( :source_type, :event_categories) SENSITIVE = [] include Aws::Structure end |