Class: Aws::Neptune::Types::EventCategoriesMap
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::EventCategoriesMap
- Defined in:
- gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb
Overview
Contains the results of a successful invocation of the DescribeEventCategories action.
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
5021 5022 5023 5024 5025 5026 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5021 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
5021 5022 5023 5024 5025 5026 |
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 5021 class EventCategoriesMap < Struct.new( :source_type, :event_categories) SENSITIVE = [] include Aws::Structure end |