Class: Aws::Redshift::Types::EventCategoriesMap

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Describes event categories.

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::EventInfoMap>

The events in the event category.

Returns:



4684
4685
4686
4687
4688
# File 'lib/aws-sdk-redshift/types.rb', line 4684

class EventCategoriesMap < Struct.new(
  :source_type,
  :events)
  include Aws::Structure
end

#source_typeString

The source type, such as cluster or cluster-snapshot, that the returned categories belong to.

Returns:

  • (String)


4684
4685
4686
4687
4688
# File 'lib/aws-sdk-redshift/types.rb', line 4684

class EventCategoriesMap < Struct.new(
  :source_type,
  :events)
  include Aws::Structure
end